ArcGIS Pro 3.4 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 bool IsValidFontName( 
       string fontName
    )
    Public Function IsValidFontName( _
       ByVal fontName As String _
    ) As Boolean

    Parameters

    fontName
    The font name to verify.

    Return Value

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also