1<?xml version="1.0" encoding="UTF-8"?> 2<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="3.0"> 3 4 <glyf> 5 6 <!-- The xMin, yMin, xMax and yMax values 7 will be recalculated by the compiler. --> 8 9 <TTGlyph name=".notdef" xMin="10" yMin="0" xMax="486" yMax="660"> 10 <contour> 11 <pt x="10" y="660" on="1"/> 12 <pt x="486" y="660" on="1"/> 13 <pt x="486" y="0" on="1"/> 14 <pt x="10" y="0" on="1"/> 15 </contour> 16 <contour> 17 <pt x="375" y="58" on="1"/> 18 <pt x="302" y="190" on="1"/> 19 <pt x="250" y="293" on="1"/> 20 <pt x="246" y="293" on="1"/> 21 <pt x="192" y="190" on="1"/> 22 <pt x="118" y="58" on="1"/> 23 </contour> 24 <contour> 25 <pt x="250" y="387" on="1"/> 26 <pt x="299" y="481" on="1"/> 27 <pt x="365" y="600" on="1"/> 28 <pt x="130" y="600" on="1"/> 29 <pt x="196" y="481" on="1"/> 30 <pt x="246" y="387" on="1"/> 31 </contour> 32 <contour> 33 <pt x="202" y="340" on="1"/> 34 <pt x="75" y="572" on="1"/> 35 <pt x="75" y="110" on="1"/> 36 </contour> 37 <contour> 38 <pt x="419" y="572" on="1"/> 39 <pt x="293" y="340" on="1"/> 40 <pt x="419" y="110" on="1"/> 41 </contour> 42 <instructions/> 43 </TTGlyph> 44 45 <TTGlyph name="A" xMin="132" yMin="304" xMax="365" yMax="567"> 46 <contour> 47 <pt x="132" y="567" on="1"/> 48 <pt x="365" y="567" on="1"/> 49 <pt x="365" y="304" on="1"/> 50 <pt x="132" y="304" on="1"/> 51 </contour> 52 <instructions/> 53 </TTGlyph> 54 55 <TTGlyph name="B" xMin="132" yMin="304" xMax="365" yMax="567"> 56 <contour> 57 <pt x="132" y="567" on="1"/> 58 <pt x="365" y="567" on="1"/> 59 <pt x="365" y="304" on="1"/> 60 <pt x="132" y="304" on="1"/> 61 </contour> 62 <instructions/> 63 </TTGlyph> 64 65 <TTGlyph name="C"/><!-- contains no outline data --> 66 67 </glyf> 68 69 <maxp> 70 <!-- Most of this table will be recalculated by the compiler --> 71 <tableVersion value="0x10000"/> 72 <numGlyphs value="4"/> 73 <maxPoints value="22"/> 74 <maxContours value="5"/> 75 <maxCompositePoints value="0"/> 76 <maxCompositeContours value="0"/> 77 <maxZones value="1"/> 78 <maxTwilightPoints value="0"/> 79 <maxStorage value="0"/> 80 <maxFunctionDefs value="0"/> 81 <maxInstructionDefs value="0"/> 82 <maxStackElements value="0"/> 83 <maxSizeOfInstructions value="0"/> 84 <maxComponentElements value="0"/> 85 <maxComponentDepth value="0"/> 86 </maxp> 87 88</ttFont> 89