Example: <glyph> (character glyph)

These search results reproduce every example of the use of <glyph> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <glyph> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

5 Characters, Glyphs, and Writing Modes


5.2 Markup Constructs for Representation of Characters and Glyphs

<charDecl>
 <glyph xml:id="z103">
  <glyphName>LATIN LETTER Z WITH TWO STROKES</glyphName>
  <mapping type="standard">Z</mapping>
  <mapping type="PUA">U+E304</mapping>
 </glyph>
</charDecl>

5.3 Annotating Characters

<charDecl>
 <glyph xml:id="r1">
  <glyphName>LATIN SMALL LETTER R WITH ONE FUNNY STROKE</glyphName>
  <charProp>
   <localName>entity</localName>
   <value>r1</value>
  </charProp>
  <figure>
   <graphic url="r1img.png"/>
  </figure>
 </glyph>
 <glyph xml:id="r2">
  <glyphName>LATIN SMALL LETTER R WITH TWO FUNNY STROKES</glyphName>
  <charProp>
   <localName>entity</localName>
   <value>r2</value>
  </charProp>
  <figure>
   <graphic url="r2img.png"/>
  </figure>
 </glyph>
</charDecl>

5.3 Annotating Characters

<p> ... <g ref="#Filig">Fi</g>lthy riches...</p>
<!-- in the charDecl -->
<glyph xml:id="Filig">
 <glyphName>LATIN UPPER F AND LATIN LOWER I LIGATURE</glyphName>
 <figure>
  <graphic url="Filig.png"/>
 </figure>
</glyph>

5.3 Annotating Characters

<p> ... <abbr>
  <g ref="#per">per</g>
 </abbr> ardua</p>
<!-- in the charDecl -->
<glyph xml:id="per">
 <glyphName>LATIN ABBREVIATION PER</glyphName>
 <figure>
  <graphic url="per.png"/>
 </figure>
</glyph>

5.3 Annotating Characters

<charDecl>
 <glyph xml:id="u8aaa">
  <mapping type="Unicode"></mapping>
  <mapping type="standard"></mapping>
 </glyph>
</charDecl>

5.3 Annotating Characters

<charDecl>
 <char xml:id="newchar1">
<!-- more properties here -->
 </char>
 <glyph xml:id="varofnewchar1">
<!-- more properties here -->
  <mapping type="standard">
   <g ref="#newchar1"/>
  </mapping>
 </glyph>
</charDecl>

<g>

<glyph xml:id="ctlig">
<!-- here we describe the particular ct-ligature intended -->
</glyph>

<g>

<glyph xml:id="flig"/>

<g>

<glyph xml:id="zh-tw_flig">
<!--...-->
</glyph>

<g>

<glyph xml:id="per-glyph">
<!-- ... -->
</glyph>

<glyph>

<glyph xml:id="rstroke">
 <glyphName>LATIN SMALL LETTER R WITH A FUNNY STROKE</glyphName>
 <charProp>
  <localName>entity</localName>
  <value>rstroke</value>
 </charProp>
 <figure>
  <graphic url="glyph-rstroke.png"/>
 </figure>
</glyph>

<glyph>

<glyph xml:id="fr_napos">
 <glyphName>N latin minuscule précédé d'une apostrophe</glyphName>
 <charProp>
  <localName>entity</localName>
  <value>napos</value>
 </charProp>
 <graphic url="glyph-napos.png"/>
</glyph>