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