Bogue
| Numéro d’ID de bogue | BUG-000176087 |
|---|---|
| Envoi | April 28, 2025 |
| Dernière modification | June 26, 2025 |
| S’applique à | ArcGIS Pro |
| Version trouvée | 3.4.2 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 11.0 64 bit |
| Statut | 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} ]
ID de bogue: BUG-000176087
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support