<g>
<g> (character or glyph) represents a non-standard character or glyph. | |||||||||
Modul | gaiji — 5 Representation of Non-standard Characters and Glyphs | ||||||||
Attribute | att.typed (@type, @subtype)
| ||||||||
Verwendet von | |||||||||
Kann enthalten | Nur Zeichen | ||||||||
Deklaration |
element g { att.global.attributes, att.typed.attributes, attribute ref { data.pointer }?, text } | ||||||||
Beispiel | <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> | ||||||||
Beispiel | <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> |