不具合
不具合 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 Support アプリのダウンロード