ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMCharacterMarker Class / FontVariationSettings Property

In This Topic
    FontVariationSettings Property (CIMCharacterMarker)
    In This Topic
    Gets or sets an array of CIM font variation objects, describing a particular instance of a variable font through the font axis tags and their values. The number of CIM font variations will correspond to the number of variation axes specified by the font. This is only used for variable fonts.
    Syntax
    public CIMFontVariation[] FontVariationSettings {get; set;}
    Public Property FontVariationSettings As CIMFontVariation()
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also