FontAttributes Constructor (TeklaDrawingColor, Double, String, Boolean, Boolean) |
Creates a new font attributes instance with the given parameters.
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
public FontAttributes( TeklaDrawingColor color, double height, string fontName, bool italic, bool bold )
Parameters
- color
- Type: Tekla.Structures.DrawingTeklaDrawingColor
The true RGB color of the font. - height
- Type: SystemDouble
The height of the font. - fontName
- Type: SystemString
The name of the font. - italic
- Type: SystemBoolean
The italic specifier. - bold
- Type: SystemBoolean
The bold specifier.