1 <?xml version="1.0" encoding="UTF-8"?> 2 <ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="2.5"> 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=".null"/> 8 <GlyphID id="2" name="CR"/> 9 <GlyphID id="3" name="space"/> 10 <GlyphID id="4" name="period"/> 11 <GlyphID id="5" name="ellipsis"/> 12 </GlyphOrder> 13 14 <maxp> 15 <!-- Most of this table will be recalculated by the compiler --> 16 <tableVersion value="0x10000"/> 17 <numGlyphs value="6"/> 18 <maxPoints value="8"/> 19 <maxContours value="2"/> 20 <maxCompositePoints value="12"/> 21 <maxCompositeContours value="3"/> 22 <maxZones value="1"/> 23 <maxTwilightPoints value="0"/> 24 <maxStorage value="0"/> 25 <maxFunctionDefs value="0"/> 26 <maxInstructionDefs value="0"/> 27 <maxStackElements value="0"/> 28 <maxSizeOfInstructions value="0"/> 29 <maxComponentElements value="3"/> 30 <maxComponentDepth value="1"/> 31 </maxp> 32 33 <hmtx> 34 <mtx name=".notdef" width="500" lsb="50"/> 35 <mtx name=".null" width="0" lsb="0"/> 36 <mtx name="CR" width="250" lsb="0"/> 37 <mtx name="ellipsis" width="723" lsb="55"/> 38 <mtx name="period" width="241" lsb="55"/> 39 <mtx name="space" width="250" lsb="0"/> 40 </hmtx> 41 42 <cmap> 43 <tableVersion version="0"/> 44 <cmap_format_4 platformID="3" platEncID="1" language="0"> 45 <map code="0x0" name=".null"/><!-- ???? --> 46 <map code="0xd" name="CR"/><!-- ???? --> 47 <map code="0x20" name="space"/><!-- SPACE --> 48 <map code="0x2e" name="period"/><!-- FULL STOP --> 49 <map code="0x2026" name="ellipsis"/><!-- HORIZONTAL ELLIPSIS --> 50 </cmap_format_4> 51 </cmap> 52 53 <glyf> 54 55 <!-- The xMin, yMin, xMax and yMax values 56 will be recalculated by the compiler. --> 57 58 <TTGlyph name=".notdef" xMin="50" yMin="0" xMax="450" yMax="750"> 59 <contour> 60 <pt x="250" y="0" on="1"/> 61 <pt x="50" y="0" on="0"/> 62 <pt x="50" y="375" on="1"/> 63 <pt x="50" y="750" on="0"/> 64 <pt x="250" y="750" on="1"/> 65 <pt x="450" y="750" on="0"/> 66 <pt x="450" y="375" on="1"/> 67 <pt x="450" y="0" on="0"/> 68 </contour> 69 <contour> 70 <pt x="250" y="50" on="1"/> 71 <pt x="300" y="50" on="0"/> 72 <pt x="400" y="325" on="0"/> 73 <pt x="400" y="375" on="1"/> 74 <pt x="400" y="425" on="0"/> 75 <pt x="300" y="700" on="0"/> 76 <pt x="250" y="700" on="1"/> 77 <pt x="200" y="700" on="0"/> 78 <pt x="100" y="425" on="0"/> 79 <pt x="100" y="375" on="1"/> 80 <pt x="100" y="325" on="0"/> 81 <pt x="200" y="50" on="0"/> 82 </contour> 83 <instructions><assembly> 84 </assembly></instructions> 85 </TTGlyph> 86 87 <TTGlyph name=".null"/><!-- contains no outline data --> 88 89 <TTGlyph name="CR"/><!-- contains no outline data --> 90 91 <TTGlyph name="ellipsis" xMin="55" yMin="0" xMax="668" yMax="122"> 92 <component glyphName="period" x="0" y="0" scale="1.5" flags="0x4"/> 93 <component glyphName="period" x="241" y="0" scale="1.5" flags="0x4"/> 94 <component glyphName="period" x="482" y="0" scale="1.5" flags="0x4"/> 95 <instructions><assembly> 96 </assembly></instructions> 97 </TTGlyph> 98 99 <TTGlyph name="period" xMin="55" yMin="0" xMax="186" yMax="122"> 100 <contour> 101 <pt x="55" y="122" on="0"/> 102 <pt x="186" y="122" on="0"/> 103 <pt x="186" y="0" on="0"/> 104 <pt x="55" y="0" on="0"/> 105 </contour> 106 <instructions><assembly> 107 </assembly></instructions> 108 </TTGlyph> 109 110 <TTGlyph name="space"/><!-- contains no outline data --> 111 112 </glyf> 113 114 </ttFont> 115