DXFont Constructors
Contains the text format settings such as font size and style.Name | Parameters | Description |
---|---|---|
DXFont |
prototype, new |
Initializes a new instance of the DXFont class with specified settings. |
DXFont |
name, size, style, unit, additional |
Initializes a new instance of the DXFont class with specified settings. |
DXFont |
name, size, style, unit | Initializes a new instance of the DXFont class with specified settings. |
DXFont |
name, size, style | Initializes a new instance of the DXFont class with specified settings. |
DXFont |
name, size | Initializes a new instance of the DXFont class with specified settings. |
See Also