Skip to main content
All docs
V25.2
  • ThemeFont(String, String, String) Constructor

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

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public ThemeFont(
        string latinFontName = null,
        string eastAsianFontName = null,
        string complexScriptFontName = null
    )

    Optional Parameters

    Name Type Default Description
    latinFontName String null

    A font name for Latin text.

    eastAsianFontName String null

    A font name for East Asian text.

    complexScriptFontName String null

    A font name for complex script text.

    See Also