ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMTextSymbol Class / FontVariationSettings Property

In This Topic
    FontVariationSettings Property (CIMTextSymbol)
    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 Property FontVariationSettings As CIMFontVariation()
    public CIMFontVariation[] FontVariationSettings {get; set;}
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also