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