ArcGIS Pro 3.7 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 Property FontName As String
    public string FontName {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.4 or higher.
    See Also