ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / IsFontAvailable Method
The name of the font family.
The name of the font style.
The font type.
Any font variation settings to be applied. Can be null.

In This Topic
    IsFontAvailable Method (SymbolFactory)
    In This Topic
    Check if a specific font is available in the application for the Pro session. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    fontName
    The name of the font family.
    fontStyle
    The name of the font style.
    fontType
    The font type.
    fontVariationSettings
    Any font variation settings to be applied. Can be null.

    Return Value

    A boolean representing whether the font is available.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also