Bug
Bug-ID-Nummer | BUG-000176087 |
---|---|
Eingereicht | April 28, 2025 |
Zuletzt geändert | June 26, 2025 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 3.4.2 |
Betriebssystem | Windows OS |
Betriebssystemversion | 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:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen