resolution

Resolution of the Glyph Bitmap (グリフ・ビットマップの解像度)

1 インチあたりのドット数で表された十進整数表記のビットマップの解像度、たとえば、“72”、“300”)。

次の要素に使用: <glyph-data>

意味
十進整数ビットマップの 1 インチあたりのドット数。
制限@resolution は任意属性です; 既定値はありません。

用例

...
<private-char name="NORTHWEST SOUTHEAST ARROW" description="Arrow,
normal weight, single line, two-headed, Northwest to Southeast">
<glyph-data id="NWSEArr" format="PBM" resolution="300"
x-size="34" y-size="34">
...</glyph-data></private-char>
...