DXFont(String, Single, DXFontStyle, DXGraphicsUnit, DXFontAdditionalProperty[]) Constructor
In This Article
Initializes a new instance of the DXFont class with specified settings.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public DXFont(
string name,
float size,
DXFontStyle style,
DXGraphicsUnit unit,
DXFontAdditionalProperty[] additionalProperties
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string that specifies the font name. |
size | Single | The size of the font. |
style | DXFont |
A |
unit | DXGraphics |
A |
additional |
DXFont |
An array of |
See Also