1<?xml version="1.0" encoding="UTF-8"?> 2<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="3.12"> 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="A"/> 8 <GlyphID id="2" name="B"/> 9 <GlyphID id="3" name="C"/> 10 </GlyphOrder> 11 12 <hhea> 13 <tableVersion value="0x00010000"/> 14 <ascent value="800"/> 15 <descent value="-200"/> 16 <lineGap value="0"/> 17 <advanceWidthMax value="999"/> 18 <minLeftSideBearing value="99"/> 19 <minRightSideBearing value="99"/> 20 <xMaxExtent value="99"/> 21 <caretSlopeRise value="1"/> 22 <caretSlopeRun value="0"/> 23 <caretOffset value="0"/> 24 <reserved0 value="0"/> 25 <reserved1 value="0"/> 26 <reserved2 value="0"/> 27 <reserved3 value="0"/> 28 <metricDataFormat value="0"/> 29 <numberOfHMetrics value="4"/> 30 </hhea> 31 32 <glyf> 33 <!-- The xMin, yMin, xMax and yMax values 34 will be recalculated by the compiler. --> 35 <TTGlyph name=".notdef" xMin="0" yMin="0" xMax="1" yMax="1"> 36 <contour> 37 <pt x="0" y="0" on="1"/> 38 <pt x="1" y="1" on="1"/> 39 </contour> 40 </TTGlyph> 41 <TTGlyph name="A" xMin="-56" yMin="-56" xMax="56" yMax="56"> 42 <contour> 43 <pt x="-56" y="-56" on="1"/> 44 <pt x="56" y="56" on="1"/> 45 </contour> 46 </TTGlyph> 47 <TTGlyph name="B" xMin="100" yMin="0" xMax="400" yMax="0"> 48 <contour> 49 <pt x="100" y="0" on="1"/> 50 <pt x="400" y="0" on="1"/> 51 </contour> 52 </TTGlyph> 53 <TTGlyph name="C"/><!-- contains no outline data --> 54 </glyf> 55 56 <hmtx> 57 <mtx name=".notdef" width="300" lsb="0"/> 58 <mtx name="A" width="400" lsb="-56"/> 59 <mtx name="B" width="500" lsb="100"/> 60 <mtx name="C" width="600" lsb="0"/> 61 </hmtx> 62 63</ttFont> 64