Back to Devexpress

DXFont Constructors

corelibraries-devexpress-dot-drawing-dot-dxfont-dot-ctor.md

latest1.9 KB
Original Source

DXFont Constructors

Contains the text format settings such as font size and style.

NameParametersDescription
DXFont(DXFont, DXFontStyle)prototype, newStyleInitializes a new instance of the DXFont class with specified settings.
DXFont(String, Single, DXFontStyle, DXGraphicsUnit, DXFontAdditionalProperty[])name, size, style, unit, additionalPropertiesInitializes a new instance of the DXFont class with specified settings.
DXFont(String, Single, DXFontStyle, DXGraphicsUnit)name, size, style, unitInitializes a new instance of the DXFont class with specified settings.
DXFont(String, Single, DXFontStyle)name, size, styleInitializes a new instance of the DXFont class with specified settings.
DXFont(String, Single)name, sizeInitializes a new instance of the DXFont class with specified settings.

See Also

DXFont Class

DXFont Members

DevExpress.Drawing Namespace