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

    Defines an implicit conversion of a string to a TextFont object.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static implicit operator TextFont(string typeface)

    Parameters

    Name Type Description
    typeface String

    A string that specifies the typeface of the font.

    Returns

    Type Description
    TextFont

    The TextFont object that is the specified typeface.

    See Also