<g>
<g> (character or glyph) represents a non-standard character or glyph. | |||||||||
Module | gaiji — 5 Representation of Non-standard Characters and Glyphs | ||||||||
Attributes | att.typed (@type, @subtype)
| ||||||||
Used by | |||||||||
May contain | Character data only | ||||||||
Declaration |
element g { att.global.attributes, att.typed.attributes, attribute ref { data.pointer }?, text } | ||||||||
Example | <g ref="#flig">fl</g> This example points to a glyph element with the identifier
flig like the following:
<glyph xml:id="flig"> <!-- here we describe the particular f-ligature intended --> </glyph> | ||||||||
Example | <g ref="#per">per</g> The medieval brevigraph per could similarly be considered as an
individual glyph, defined in a glyph element with the identifier
per like the following:
<glyph xml:id="per"> <!-- ... --> </glyph> | ||||||||
Note | The name g is short for gaiji,
which is the Japanese term for a non-standardized character or glyph. |