ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / TableOptions Class / FontName Property

In This Topic
    FontName Property (TableOptions)
    In This Topic
    Gets and sets the font name.
    Syntax
    public string FontName {get; set;}
    Public Property FontName As String
    Remarks
    The setting will only be updated if a valid font name is used. You can check if a font name is valid by using the IsValidFontName method.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also