Skip to main content
All docs
V24.1

DXFont Class

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.1.dll

NuGet Package: DevExpress.Drawing

Declaration

[TypeConverter(typeof(DXFontTypeConverter))]
public class DXFont :
    IEquatable<DXFont>

Inheritance

Object
DXFont
See Also