Skip to main content
All docs
V25.1
  • DXFont(DXFont, DXFontStyle) Constructor

    Initializes a new instance of the DXFont class with specified settings.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public DXFont(
        DXFont prototype,
        DXFontStyle newStyle
    )

    Parameters

    Name Type Description
    prototype DXFont

    A DXFont object that specifies the font.

    newStyle DXFontStyle

    A DXFontStyle object that specifies the font style.

    See Also