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