Skip to main content
All docs
V26.1
  • ThemeFont.EastAsianFont Property

    Gets the font name for EastAsian characters.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public TextFont EastAsianFont { get; }

    Property Value

    Type Description
    TextFont

    An object that contains font properties.

    Remarks

    For information on how to load custom fonts, refer to the following help topic: Load and Use Custom Fonts in Office & PDF File API Applications.

    See Also