SVGBuilderExtensions.FontFamily
SVGBuilderExtensions.FontFamily<TBuilder> method
Sets the ‘font-family’ attribute for an SVG element.
public static TBuilder FontFamily<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 family to set. |
Return Value
The builder instance for chaining.
See Also
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG