ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / TableOptions Class / IsValidFontName Method
The font name to verify.

In This Topic
    IsValidFontName Method
    In This Topic
    Determines if a specified font name is valid for use in the TableOptions.
    Syntax
    Public Function IsValidFontName( _
       ByVal fontName As String _
    ) As Boolean
    public bool IsValidFontName( 
       string fontName
    )

    Parameters

    fontName
    The font name to verify.

    Return Value

    True if the font name is valid. False otherwise.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.4 or higher.
    See Also