description

Description of a Private Character (私用文字の説明)

定義された私用文字に関する、人が解読可能な説明 (たとえば、“Arrow, normal weight, single line, two-headed, Northwest to Southeast”)。

備考

@name 属性は、定義された私用文字 <private-char> に対して、Unicode 形式の名前 (すべて大文字の名前)、たとえば “COMBINING CYRILLIC PALATALIZATION” を提供します。これと対照的に、@description 属性は、定義された私用文字 <private-char> に対して、大まかな視覚的な説明、たとえば、“combining vertical tilde”、を提供します。

次の要素に使用: <private-char>

意味
文字、数字または特殊文字<private-char> 文字の外観の大まかな視覚的説明、たとえば、“Greek capital letter omega with tonos”。
制限@description は任意属性です; 既定値はありません。

用例

...
<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>
...