Erro
Número de ID do Erro | BUG-000176087 |
---|---|
Enviado | April 28, 2025 |
Última Modificação | June 26, 2025 |
Aplica-se à | ArcGIS Pro |
Versão encontrada | 3.4.2 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 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} ]
ID do Erro: BUG-000176087
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri