Error
Número de ID del error | BUG-000176087 |
---|---|
Enviado | April 28, 2025 |
Última modificación | June 26, 2025 |
Relacionado con | ArcGIS Pro |
Versión encontrada | 3.4.2 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 11.0 64 bit |
Estado | 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 del error: BUG-000176087
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri