Skip to main content
A newer version of this page is available. .
All docs
V22.2

DXFont Constructors

Contains the text format settings such as font size and style.
Name Parameters Description
DXFont(DXFont, DXFontStyle) prototype, newStyle Initializes a new instance of the DXFont class with specified settings.
DXFont(String, Single, DXFontStyle, DXGraphicsUnit, DXFontAdditionalProperty[]) name, size, style, unit, additionalProperties Initializes a new instance of the DXFont class with specified settings.
DXFont(String, Single, DXFontStyle, DXGraphicsUnit) name, size, style, unit Initializes a new instance of the DXFont class with specified settings.
DXFont(String, Single, DXFontStyle) name, size, style Initializes a new instance of the DXFont class with specified settings.
DXFont(String, Single) name, size Initializes a new instance of the DXFont class with specified settings.
See Also