Home | History | Annotate | Download | only in graphite
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="3.15">
      3 
      4   <GlyphOrder>
      5     <!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
      6     <GlyphID id="0" name=".notdef"/>
      7     <GlyphID id="1" name="space"/>
      8     <GlyphID id="2" name="a"/>
      9     <GlyphID id="3" name="b"/>
     10     <GlyphID id="4" name="c"/>
     11   </GlyphOrder>
     12 
     13   <maxp>
     14     <!-- Most of this table will be recalculated by the compiler -->
     15     <tableVersion value="0x10000"/>
     16     <numGlyphs value="5"/>
     17     <maxPoints value="0"/>
     18     <maxContours value="0"/>
     19     <maxCompositePoints value="0"/>
     20     <maxCompositeContours value="0"/>
     21     <maxZones value="2"/>
     22     <maxTwilightPoints value="8"/>
     23     <maxStorage value="64"/>
     24     <maxFunctionDefs value="10"/>
     25     <maxInstructionDefs value="0"/>
     26     <maxStackElements value="299"/>
     27     <maxSizeOfInstructions value="207"/>
     28     <maxComponentElements value="0"/>
     29     <maxComponentDepth value="0"/>
     30   </maxp>
     31 
     32   <cmap>
     33     <tableVersion version="0"/>
     34     <cmap_format_4 platformID="3" platEncID="1" language="0">
     35       <map code="0x20" name="space"/>
     36       <map code="0x61" name="a"/>
     37       <map code="0x62" name="b"/>
     38       <map code="0x63" name="c"/>
     39     </cmap_format_4>
     40   </cmap>
     41 
     42 <!--
     43   <Gloc>
     44     <attributes number="8"/>
     45   </Gloc>
     46 -->
     47 </ttFont>
     48 
     49