DXFontData(String, String, Int32, Boolean, Boolean) Constructor
In This Article
Initializes a new instance of the DXFontData class with specified settings.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
file |
String | The path to the font file. |
name | String | The font name. |
ttc |
Int32 | A zero-based index of the font within the TTC file. |
bold | Boolean |
|
italic | Boolean |
|
See Also