Skip to main content
All docs
V25.2
  • FontSchemeStyle Enum

    Lists the font scheme style for shape text.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum FontSchemeStyle

    Members

    Name Description
    None

    Does not apply any font from the theme font scheme.

    Minor

    Applies the minor font from the theme font scheme.

    Major

    Applies the major font from the theme font scheme.

    Related API Members

    The following properties accept/return FontSchemeStyle values:

    Remarks

    The FontSchemeStyle enumeration specifies which theme font applies to shape text. You can use the major font for headings and titles, and the minor font for body text.

    See Also