Skip to main content
All docs
V26.1
  • ThemeFont.Implicit(String to ThemeFont) Operator

    Implicitly converts a string to a ThemeFont object.

    Namespace: DevExpress.Docs.Presentation

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

    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