Bug
Bug ID Number | BUG-000176087 |
---|---|
Submitted | April 28, 2025 |
Last Modified | June 26, 2025 |
Applies to | ArcGIS Pro |
Version found | 3.4.2 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | As Designed |
"fontFamilyName" : "Sitka Text",
"fontStyleName" : "Regular",
"fontType" : "TTOpenType",
"fontVariationSettings" : [
{
"type" : "CIMFontVariation",
"tagName" : "opsz",
"value" : 6
},
{
"type" : "CIMFontVariation",
"tagName" : "wght",
"value" : 700
}
]
With this information, a script that sets this font style should use "Sitka Text" as the fontFamilyName, "Regular" as the fontStyleName, and include the fontVariationSettings information. Python example:
myTextSymbol.fontFamilyName = Sitka Text"
myTextSymbol.fontStyleName = "Regular"
myTextSymbol.fontVariationSettings = [ {"tagName" : "opsz", "value" : 6}, {"tagName" : "wght", "value" : 700} ]
Bug ID: BUG-000176087
Software:
Get help from ArcGIS experts
Download the Esri Support App