漏洞
漏洞 ID 编号 | BUG-000176087 |
---|---|
已提交 | April 28, 2025 |
上次修改时间 | June 26, 2025 |
适用范围 | ArcGIS Pro |
找到的版本 | 3.4.2 |
操作系统 | Windows OS |
操作系统版本 | 11.0 64 bit |
状态 | 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: BUG-000176087
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序