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