要素のテキストに使用されるフォント タイプの確認方法
属性名を「
:
」で区切ると、DOM 要素の
currentStyle
属性のすべての属性にアクセスできます。
Internet Explorer
8 以前
wDomElement.GetProperty("currentStyle:fontName")
Internet Explorer
9 またはそれ以降および
Mozilla Firefox
などの他のすべてのブラウザ
wDomElement.GetProperty("currentStyle:font-name")
親トピック:
クロス ブラウザ テスト:よくある質問