FontAttributes Class |
The FontAttributes class contains the basic attributes for fonts.
Inheritance Hierarchy
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2023.0.3
Syntax
The FontAttributes type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FontAttributes |
Creates a new font attributes instance. The default color is black, the height is 2.5,
the font name is Arial and the values of italic and bold are false.
| |
FontAttributes(DrawingColors, Double, String, Boolean, Boolean) |
Creates a new font attributes instance with the given parameters.
|
Properties
Name | Description | |
---|---|---|
Bold |
Whether the font is bold.
| |
Color |
The color of the font.
| |
Height |
The height of the font (in millimeters).
| |
Italic |
Whether the font is italic.
| |
Name |
The name of the font.
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
| |
IsEqual |
Compares the current object with an object of the same type.
(Overrides GenericAttributesBaseIsEqual(Object).) |
See Also