SVGBuilderExtensions.FontStretch
SVGBuilderExtensions.FontStretch<TBuilder> method
Sets the ‘font-stretch’ attribute for an SVG element using a predefined font stretch value.
public static TBuilder FontStretch<TBuilder>(this TBuilder builder, FontStretch value)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
value | The predefined font stretch value to set. |
Return Value
The builder instance for chaining.
See Also
- enum FontStretch
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG