DXFont Members
In This Article
#Constructors
Name | Description |
---|---|
DXFont |
Initializes a new instance of the DXFont class with specified settings. |
DXFont |
Initializes a new instance of the DXFont class with specified settings. |
DXFont |
Initializes a new instance of the DXFont class with specified settings. |
DXFont |
Initializes a new instance of the DXFont class with specified settings. |
DXFont |
Initializes a new instance of the DXFont class with specified settings. |
#Properties
Name | Description |
---|---|
Bold | Gets a value that indicates whether the font is bold. |
Height | Obtains the font height. |
Italic | Gets a value that indicates whether the italic style is applied to the font. |
Name | Gets the font name. |
Size |
Gets the size of the font in units defined by the DXFont. |
Size |
Gets the size of the font in points. |
Strikeout | Gets a value that indicates whether the font has a horizontal line through it. |
Style | Returns style information applied to the font. |
Underline | Gets a value that indicates whether the font is underlined. |
Unit | Obtains the font measurement unit. |
#Methods
Name | Description |
---|---|
Clone() | Creates a copy of the DXFont instance. |
Equals |
Determines whether the specified DXFont object is equal to the current DXFont instance.
|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current DXFont instance.
|
Get |
Gets the hash code for DXFont .
|
Get |
Gets the font’s line spacing in the specified graphics units. |
Get |
Gets the font’s line spacing in pixels when drawn on a device with the specified DPI. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that specifies `DXFont’. |
See Also