Skip to main content
All docs
V25.2
  • ThemeFont.Implicit(String to ThemeFont) Operator

    Implicitly converts a string to a ThemeFont object.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static implicit operator ThemeFont(string latinFontName)

    Parameters

    Name Type Description
    latinFontName String

    A font name for Latin text.

    Returns

    Type Description
    ThemeFont

    A ThemeFont object created with the specified Latin font name.

    See Also