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

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

    Namespace: DevExpress.Docs.Office

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

    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