1<?xml version="1.0" encoding="UTF-8"?> 2<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="3.44"> 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 <GlyphID id="4" name="gravecomb"/> 11 </GlyphOrder> 12 13 <head> 14 <!-- Most of this table will be recalculated by the compiler --> 15 <tableVersion value="1.0"/> 16 <fontRevision value="1.0"/> 17 <checkSumAdjustment value="0xeb63091d"/> 18 <magicNumber value="0x5f0f3cf5"/> 19 <flags value="00000000 00001011"/> 20 <unitsPerEm value="1024"/> 21 <created value="Mon Aug 6 13:54:50 1990"/> 22 <modified value="Thu Nov 7 20:55:30 2019"/> 23 <xMin value="-267"/> 24 <yMin value="0"/> 25 <xMax value="640"/> 26 <yMax value="914"/> 27 <macStyle value="00000000 00000000"/> 28 <lowestRecPPEM value="8"/> 29 <fontDirectionHint value="2"/> 30 <indexToLocFormat value="0"/> 31 <glyphDataFormat value="0"/> 32 </head> 33 34 <hhea> 35 <tableVersion value="0x00010000"/> 36 <ascent value="927"/> 37 <descent value="-217"/> 38 <lineGap value="34"/> 39 <advanceWidthMax value="768"/> 40 <minLeftSideBearing value="-267"/> 41 <minRightSideBearing value="19"/> 42 <xMaxExtent value="640"/> 43 <caretSlopeRise value="1"/> 44 <caretSlopeRun value="0"/> 45 <caretOffset value="0"/> 46 <reserved0 value="0"/> 47 <reserved1 value="0"/> 48 <reserved2 value="0"/> 49 <reserved3 value="0"/> 50 <metricDataFormat value="0"/> 51 <numberOfHMetrics value="5"/> 52 </hhea> 53 54 <maxp> 55 <!-- Most of this table will be recalculated by the compiler --> 56 <tableVersion value="0x10000"/> 57 <numGlyphs value="5"/> 58 <maxPoints value="32"/> 59 <maxContours value="2"/> 60 <maxCompositePoints value="0"/> 61 <maxCompositeContours value="0"/> 62 <maxZones value="2"/> 63 <maxTwilightPoints value="16"/> 64 <maxStorage value="47"/> 65 <maxFunctionDefs value="66"/> 66 <maxInstructionDefs value="0"/> 67 <maxStackElements value="1036"/> 68 <maxSizeOfInstructions value="0"/> 69 <maxComponentElements value="0"/> 70 <maxComponentDepth value="0"/> 71 </maxp> 72 73 <OS_2> 74 <!-- The fields 'usFirstCharIndex' and 'usLastCharIndex' 75 will be recalculated by the compiler --> 76 <version value="1"/> 77 <xAvgCharWidth value="554"/> 78 <usWeightClass value="400"/> 79 <usWidthClass value="5"/> 80 <fsType value="00000000 00000000"/> 81 <ySubscriptXSize value="717"/> 82 <ySubscriptYSize value="666"/> 83 <ySubscriptXOffset value="0"/> 84 <ySubscriptYOffset value="142"/> 85 <ySuperscriptXSize value="717"/> 86 <ySuperscriptYSize value="666"/> 87 <ySuperscriptXOffset value="0"/> 88 <ySuperscriptYOffset value="488"/> 89 <yStrikeoutSize value="51"/> 90 <yStrikeoutPosition value="265"/> 91 <sFamilyClass value="2053"/> 92 <panose> 93 <bFamilyType value="2"/> 94 <bSerifStyle value="11"/> 95 <bWeight value="6"/> 96 <bProportion value="4"/> 97 <bContrast value="2"/> 98 <bStrokeVariation value="2"/> 99 <bArmStyle value="2"/> 100 <bLetterForm value="2"/> 101 <bMidline value="2"/> 102 <bXHeight value="4"/> 103 </panose> 104 <ulUnicodeRange1 value="00000000 00000000 00000000 00000011"/> 105 <ulUnicodeRange2 value="00000000 00000000 00000000 00000000"/> 106 <ulUnicodeRange3 value="00000000 00000000 00000000 00000000"/> 107 <ulUnicodeRange4 value="00000000 00000000 00000000 00000000"/> 108 <achVendID value="Mono"/> 109 <fsSelection value="00000000 01000000"/> 110 <usFirstCharIndex value="97"/> 111 <usLastCharIndex value="768"/> 112 <sTypoAscender value="746"/> 113 <sTypoDescender value="-216"/> 114 <sTypoLineGap value="154"/> 115 <usWinAscent value="927"/> 116 <usWinDescent value="217"/> 117 <ulCodePageRange1 value="01000000 00000000 00000001 11111111"/> 118 <ulCodePageRange2 value="11111111 11111111 00000000 00000000"/> 119 </OS_2> 120 121 <hmtx> 122 <mtx name=".notdef" width="768" lsb="128"/> 123 <mtx name="a" width="569" lsb="37"/> 124 <mtx name="b" width="569" lsb="67"/> 125 <mtx name="c" width="512" lsb="40"/> 126 <mtx name="gravecomb" width="0" lsb="-267"/> 127 </hmtx> 128 129 <cmap> 130 <tableVersion version="0"/> 131 <cmap_format_4 platformID="3" platEncID="1" language="0"> 132 <map code="0x61" name="a"/><!-- LATIN SMALL LETTER A --> 133 <map code="0x62" name="b"/><!-- LATIN SMALL LETTER B --> 134 <map code="0x63" name="c"/><!-- LATIN SMALL LETTER C --> 135 <map code="0x300" name="gravecomb"/><!-- COMBINING GRAVE ACCENT --> 136 </cmap_format_4> 137 </cmap> 138 139 <loca> 140 <!-- The 'loca' table will be calculated by the compiler --> 141 </loca> 142 143 <glyf> 144 145 <!-- The xMin, yMin, xMax and yMax values 146 will be recalculated by the compiler. --> 147 148 <TTGlyph name=".notdef" xMin="128" yMin="0" xMax="640" yMax="640"> 149 <contour> 150 <pt x="128" y="0" on="1"/> 151 <pt x="128" y="640" on="1"/> 152 <pt x="640" y="640" on="1"/> 153 <pt x="640" y="0" on="1"/> 154 </contour> 155 <contour> 156 <pt x="144" y="16" on="1"/> 157 <pt x="624" y="16" on="1"/> 158 <pt x="624" y="624" on="1"/> 159 <pt x="144" y="624" on="1"/> 160 </contour> 161 <instructions/> 162 </TTGlyph> 163 164 <TTGlyph name="a" xMin="37" yMin="0" xMax="526" yMax="543"> 165 <contour> 166 <pt x="414" y="66" on="1"/> 167 <pt x="337" y="0" on="0"/> 168 <pt x="217" y="0" on="1"/> 169 <pt x="37" y="0" on="0"/> 170 <pt x="37" y="140" on="1"/> 171 <pt x="37" y="281" on="0"/> 172 <pt x="246" y="306" on="1"/> 173 <pt x="354" y="319" on="0"/> 174 <pt x="406" y="337" on="1"/> 175 <pt x="406" y="468" on="0"/> 176 <pt x="279" y="468" on="1"/> 177 <pt x="166" y="468" on="0"/> 178 <pt x="144" y="380" on="1"/> 179 <pt x="52" y="380" on="1"/> 180 <pt x="86" y="543" on="0"/> 181 <pt x="498" y="543" on="0"/> 182 <pt x="498" y="342" on="1"/> 183 <pt x="498" y="222" on="1"/> 184 <pt x="498" y="96" on="0"/> 185 <pt x="509" y="30" on="0"/> 186 <pt x="526" y="0" on="1"/> 187 <pt x="432" y="0" on="1"/> 188 <pt x="418" y="28" on="0"/> 189 </contour> 190 <contour> 191 <pt x="406" y="266" on="1"/> 192 <pt x="360" y="246" on="0"/> 193 <pt x="260" y="232" on="1"/> 194 <pt x="129" y="214" on="0"/> 195 <pt x="129" y="144" on="1"/> 196 <pt x="129" y="78" on="0"/> 197 <pt x="239" y="78" on="1"/> 198 <pt x="406" y="78" on="0"/> 199 <pt x="406" y="234" on="1"/> 200 </contour> 201 <instructions/> 202 </TTGlyph> 203 204 <TTGlyph name="b" xMin="67" yMin="0" xMax="528" yMax="733"> 205 <contour> 206 <pt x="157" y="0" on="1"/> 207 <pt x="67" y="0" on="1"/> 208 <pt x="67" y="733" on="1"/> 209 <pt x="157" y="733" on="1"/> 210 <pt x="157" y="472" on="1"/> 211 <pt x="214" y="543" on="0"/> 212 <pt x="302" y="543" on="1"/> 213 <pt x="528" y="543" on="0"/> 214 <pt x="528" y="274" on="1"/> 215 <pt x="528" y="0" on="0"/> 216 <pt x="157" y="0" on="0"/> 217 <pt x="157" y="66" on="1"/> 218 </contour> 219 <contour> 220 <pt x="157" y="270" on="1"/> 221 <pt x="157" y="76" on="0"/> 222 <pt x="297" y="76" on="1"/> 223 <pt x="442" y="76" on="0"/> 224 <pt x="442" y="266" on="1"/> 225 <pt x="442" y="469" on="0"/> 226 <pt x="294" y="469" on="1"/> 227 <pt x="157" y="469" on="0"/> 228 </contour> 229 <instructions/> 230 </TTGlyph> 231 232 <TTGlyph name="c" xMin="40" yMin="0" xMax="493" yMax="543"> 233 <contour> 234 <pt x="400" y="182" on="1"/> 235 <pt x="493" y="182" on="1"/> 236 <pt x="464" y="0" on="0"/> 237 <pt x="281" y="0" on="1"/> 238 <pt x="40" y="0" on="0"/> 239 <pt x="40" y="264" on="1"/> 240 <pt x="40" y="543" on="0"/> 241 <pt x="282" y="543" on="1"/> 242 <pt x="460" y="543" on="0"/> 243 <pt x="493" y="375" on="1"/> 244 <pt x="400" y="375" on="1"/> 245 <pt x="378" y="469" on="0"/> 246 <pt x="286" y="469" on="1"/> 247 <pt x="132" y="469" on="0"/> 248 <pt x="132" y="266" on="1"/> 249 <pt x="132" y="78" on="0"/> 250 <pt x="279" y="78" on="1"/> 251 <pt x="384" y="78" on="0"/> 252 </contour> 253 <instructions/> 254 </TTGlyph> 255 256 <TTGlyph name="gravecomb" xMin="-267" yMin="774" xMax="-79" yMax="914"> 257 <contour> 258 <pt x="-79" y="774" on="1"/> 259 <pt x="-152" y="774" on="1"/> 260 <pt x="-267" y="914" on="1"/> 261 <pt x="-146" y="914" on="1"/> 262 </contour> 263 <instructions/> 264 </TTGlyph> 265 266 </glyf> 267 268 <name> 269 <namerecord nameID="1" platformID="3" platEncID="1" langID="0x409"> 270 abc+grave 271 </namerecord> 272 <namerecord nameID="2" platformID="3" platEncID="1" langID="0x409"> 273 Normal 274 </namerecord> 275 <namerecord nameID="3" platformID="3" platEncID="1" langID="0x409"> 276 ABC+grave-Skia-Test-Font 277 </namerecord> 278 <namerecord nameID="4" platformID="3" platEncID="1" langID="0x409"> 279 abc+grave 280 </namerecord> 281 <namerecord nameID="6" platformID="3" platEncID="1" langID="0x409"> 282 abc+graveNormal 283 </namerecord> 284 </name> 285 286 <post> 287 <formatType value="3.0"/> 288 <italicAngle value="0.0"/> 289 <underlinePosition value="-108"/> 290 <underlineThickness value="75"/> 291 <isFixedPitch value="0"/> 292 <minMemType42 value="0"/> 293 <maxMemType42 value="0"/> 294 <minMemType1 value="0"/> 295 <maxMemType1 value="0"/> 296 </post> 297 298</ttFont> 299