y-size

Y Size of the Glyph

The number of rows in the bit-mapped glyph that has been declared with a <glyph-data> element as part of a <private-char> element.

Used on Element: <glyph-data>

ValueMeaning
NumberThe number of rows (for example, “25”) used to define the glyph in a <glyph-data> element.
Restriction@y-size is an optional attribute; there is no default.

Example

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