1<?xml version="1.0" encoding="UTF-8"?> 2<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.39"> 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 </GlyphOrder> 9 10 <head> 11 <!-- Most of this table will be recalculated by the compiler --> 12 <tableVersion value="1.0"/> 13 <fontRevision value="3.013"/> 14 <checkSumAdjustment value="0x176a479f"/> 15 <magicNumber value="0x5f0f3cf5"/> 16 <flags value="00000000 00000011"/> 17 <unitsPerEm value="1000"/> 18 <created value="Fri Feb 17 14:29:44 2023"/> 19 <modified value="Tue Mar 7 12:56:58 2023"/> 20 <xMin value="28"/> 21 <yMin value="-250"/> 22 <xMax value="450"/> 23 <yMax value="750"/> 24 <macStyle value="00000000 00000000"/> 25 <lowestRecPPEM value="6"/> 26 <fontDirectionHint value="2"/> 27 <indexToLocFormat value="0"/> 28 <glyphDataFormat value="0"/> 29 </head> 30 31 <hhea> 32 <tableVersion value="0x00010000"/> 33 <ascent value="1000"/> 34 <descent value="-300"/> 35 <lineGap value="0"/> 36 <advanceWidthMax value="500"/> 37 <minLeftSideBearing value="28"/> 38 <minRightSideBearing value="31"/> 39 <xMaxExtent value="450"/> 40 <caretSlopeRise value="1"/> 41 <caretSlopeRun value="0"/> 42 <caretOffset value="0"/> 43 <reserved0 value="0"/> 44 <reserved1 value="0"/> 45 <reserved2 value="0"/> 46 <reserved3 value="0"/> 47 <metricDataFormat value="0"/> 48 <numberOfHMetrics value="2"/> 49 </hhea> 50 51 <maxp> 52 <!-- Most of this table will be recalculated by the compiler --> 53 <tableVersion value="0x10000"/> 54 <numGlyphs value="2"/> 55 <maxPoints value="19"/> 56 <maxContours value="2"/> 57 <maxCompositePoints value="0"/> 58 <maxCompositeContours value="0"/> 59 <maxZones value="1"/> 60 <maxTwilightPoints value="0"/> 61 <maxStorage value="0"/> 62 <maxFunctionDefs value="0"/> 63 <maxInstructionDefs value="0"/> 64 <maxStackElements value="0"/> 65 <maxSizeOfInstructions value="0"/> 66 <maxComponentElements value="0"/> 67 <maxComponentDepth value="0"/> 68 </maxp> 69 70 <OS_2> 71 <!-- The fields 'usFirstCharIndex' and 'usLastCharIndex' 72 will be recalculated by the compiler --> 73 <version value="4"/> 74 <xAvgCharWidth value="482"/> 75 <usWeightClass value="100"/> 76 <usWidthClass value="3"/> 77 <fsType value="00000000 00001000"/> 78 <ySubscriptXSize value="650"/> 79 <ySubscriptYSize value="600"/> 80 <ySubscriptXOffset value="0"/> 81 <ySubscriptYOffset value="75"/> 82 <ySuperscriptXSize value="650"/> 83 <ySuperscriptYSize value="600"/> 84 <ySuperscriptXOffset value="0"/> 85 <ySuperscriptYOffset value="350"/> 86 <yStrikeoutSize value="25"/> 87 <yStrikeoutPosition value="274"/> 88 <sFamilyClass value="0"/> 89 <panose> 90 <bFamilyType value="0"/> 91 <bSerifStyle value="0"/> 92 <bWeight value="0"/> 93 <bProportion value="0"/> 94 <bContrast value="0"/> 95 <bStrokeVariation value="0"/> 96 <bArmStyle value="0"/> 97 <bLetterForm value="0"/> 98 <bMidline value="0"/> 99 <bXHeight value="0"/> 100 </panose> 101 <ulUnicodeRange1 value="00000000 00000000 00000000 00000001"/> 102 <ulUnicodeRange2 value="00000000 00000000 00000000 00000000"/> 103 <ulUnicodeRange3 value="00000000 00000000 00000000 00000000"/> 104 <ulUnicodeRange4 value="00000000 00000000 00000000 00000000"/> 105 <achVendID value="NONE"/> 106 <fsSelection value="00000000 01000000"/> 107 <usFirstCharIndex value="65"/> 108 <usLastCharIndex value="65"/> 109 <sTypoAscender value="750"/> 110 <sTypoDescender value="-250"/> 111 <sTypoLineGap value="250"/> 112 <usWinAscent value="1000"/> 113 <usWinDescent value="300"/> 114 <ulCodePageRange1 value="00000000 00000000 00000000 00000001"/> 115 <ulCodePageRange2 value="00000000 00000000 00000000 00000000"/> 116 <sxHeight value="456"/> 117 <sCapHeight value="670"/> 118 <usDefaultChar value="0"/> 119 <usBreakChar value="32"/> 120 <usMaxContext value="0"/> 121 </OS_2> 122 123 <hmtx> 124 <mtx name=".notdef" width="500" lsb="50"/> 125 <mtx name="A" width="464" lsb="28"/> 126 </hmtx> 127 128 <cmap> 129 <tableVersion version="0"/> 130 <cmap_format_4 platformID="0" platEncID="3" language="0"> 131 <map code="0x41" name="A"/><!-- LATIN CAPITAL LETTER A --> 132 </cmap_format_4> 133 <cmap_format_4 platformID="3" platEncID="1" language="0"> 134 <map code="0x41" name="A"/><!-- LATIN CAPITAL LETTER A --> 135 </cmap_format_4> 136 </cmap> 137 138 <loca> 139 <!-- The 'loca' table will be calculated by the compiler --> 140 </loca> 141 142 <glyf> 143 144 <!-- The xMin, yMin, xMax and yMax values 145 will be recalculated by the compiler. --> 146 147 <TTGlyph name=".notdef" xMin="50" yMin="-250" xMax="450" yMax="750"> 148 <contour> 149 <pt x="50" y="-250" on="1"/> 150 <pt x="50" y="750" on="1"/> 151 <pt x="450" y="750" on="1"/> 152 <pt x="450" y="-250" on="1"/> 153 </contour> 154 <contour> 155 <pt x="100" y="-200" on="1"/> 156 <pt x="400" y="-200" on="1"/> 157 <pt x="400" y="700" on="1"/> 158 <pt x="100" y="700" on="1"/> 159 </contour> 160 <instructions/> 161 </TTGlyph> 162 163 <TTGlyph name="A" xMin="28" yMin="0" xMax="433" yMax="672"> 164 <contour> 165 <pt x="247" y="672" on="1"/> 166 <pt x="408" y="90" on="1"/> 167 <pt x="414" y="68" on="0"/> 168 <pt x="427" y="23" on="0"/> 169 <pt x="433" y="0" on="1"/> 170 <pt x="399" y="0" on="1"/> 171 <pt x="266" y="482" on="1"/> 172 <pt x="235" y="613" on="1"/> 173 <pt x="233" y="613" on="1"/> 174 <pt x="62" y="0" on="1"/> 175 <pt x="28" y="0" on="1"/> 176 <pt x="35" y="23" on="0"/> 177 <pt x="47" y="68" on="0"/> 178 <pt x="54" y="90" on="1"/> 179 <pt x="218" y="668" on="1"/> 180 </contour> 181 <contour> 182 <pt x="354" y="244" on="1"/> 183 <pt x="354" y="217" on="1"/> 184 <pt x="109" y="217" on="1"/> 185 <pt x="109" y="244" on="1"/> 186 </contour> 187 <instructions/> 188 </TTGlyph> 189 190 </glyf> 191 192 <name> 193 <namerecord nameID="1" platformID="3" platEncID="1" langID="0x409"> 194 Test Condensed Thin 195 </namerecord> 196 <namerecord nameID="2" platformID="3" platEncID="1" langID="0x409"> 197 Regular 198 </namerecord> 199 <namerecord nameID="3" platformID="3" platEncID="1" langID="0x409"> 200 3.013;NONE;Test-CondensedThin 201 </namerecord> 202 <namerecord nameID="4" platformID="3" platEncID="1" langID="0x409"> 203 Test Condensed Thin 204 </namerecord> 205 <namerecord nameID="5" platformID="3" platEncID="1" langID="0x409"> 206 Version 3.013 207 </namerecord> 208 <namerecord nameID="6" platformID="3" platEncID="1" langID="0x409"> 209 Test-CondensedThin 210 </namerecord> 211 <namerecord nameID="16" platformID="3" platEncID="1" langID="0x409"> 212 Test 213 </namerecord> 214 <namerecord nameID="17" platformID="3" platEncID="1" langID="0x409"> 215 Condensed Thin 216 </namerecord> 217 <namerecord nameID="256" platformID="3" platEncID="1" langID="0x409"> 218 Standard 219 </namerecord> 220 <namerecord nameID="257" platformID="3" platEncID="1" langID="0x409"> 221 Heaviness 222 </namerecord> 223 <namerecord nameID="258" platformID="3" platEncID="1" langID="0x409"> 224 Extralight 225 </namerecord> 226 <namerecord nameID="259" platformID="3" platEncID="1" langID="0x409"> 227 Thin 228 </namerecord> 229 <namerecord nameID="260" platformID="3" platEncID="1" langID="0x409"> 230 Light 231 </namerecord> 232 <namerecord nameID="261" platformID="3" platEncID="1" langID="0x409"> 233 Regular 234 </namerecord> 235 <namerecord nameID="262" platformID="3" platEncID="1" langID="0x409"> 236 Medium 237 </namerecord> 238 <namerecord nameID="263" platformID="3" platEncID="1" langID="0x409"> 239 Semibold 240 </namerecord> 241 <namerecord nameID="264" platformID="3" platEncID="1" langID="0x409"> 242 Bold 243 </namerecord> 244 <namerecord nameID="265" platformID="3" platEncID="1" langID="0x409"> 245 Wideness 246 </namerecord> 247 <namerecord nameID="266" platformID="3" platEncID="1" langID="0x409"> 248 Compressed 249 </namerecord> 250 <namerecord nameID="267" platformID="3" platEncID="1" langID="0x409"> 251 Condensed 252 </namerecord> 253 <namerecord nameID="268" platformID="3" platEncID="1" langID="0x409"> 254 Normal 255 </namerecord> 256 <namerecord nameID="269" platformID="3" platEncID="1" langID="0x409"> 257 Extended 258 </namerecord> 259 </name> 260 261 <post> 262 <formatType value="2.0"/> 263 <italicAngle value="0.0"/> 264 <underlinePosition value="-130"/> 265 <underlineThickness value="25"/> 266 <isFixedPitch value="0"/> 267 <minMemType42 value="0"/> 268 <maxMemType42 value="0"/> 269 <minMemType1 value="0"/> 270 <maxMemType1 value="0"/> 271 <psNames> 272 <!-- This file uses unique glyph names based on the information 273 found in the 'post' table. Since these names might not be unique, 274 we have to invent artificial names in case of clashes. In order to 275 be able to retain the original information, we need a name to 276 ps name mapping for those cases where they differ. That's what 277 you see below. 278 --> 279 </psNames> 280 <extraNames> 281 <!-- following are the name that are not taken from the standard Mac glyph order --> 282 </extraNames> 283 </post> 284 285 <STAT> 286 <Version value="0x00010001"/> 287 <DesignAxisRecordSize value="8"/> 288 <!-- DesignAxisCount=2 --> 289 <DesignAxisRecord> 290 <Axis index="0"> 291 <AxisTag value="wght"/> 292 <AxisNameID value="257"/> <!-- Heaviness --> 293 <AxisOrdering value="0"/> 294 </Axis> 295 <Axis index="1"> 296 <AxisTag value="wdth"/> 297 <AxisNameID value="265"/> <!-- Wideness --> 298 <AxisOrdering value="1"/> 299 </Axis> 300 </DesignAxisRecord> 301 <!-- AxisValueCount=11 --> 302 <AxisValueArray> 303 <AxisValue index="0" Format="1"> 304 <AxisIndex value="0"/> 305 <Flags value="0"/> 306 <ValueNameID value="258"/> <!-- Extralight --> 307 <Value value="100.0"/> 308 </AxisValue> 309 <AxisValue index="1" Format="1"> 310 <AxisIndex value="0"/> 311 <Flags value="0"/> 312 <ValueNameID value="259"/> <!-- Thin --> 313 <Value value="200.0"/> 314 </AxisValue> 315 <AxisValue index="2" Format="1"> 316 <AxisIndex value="0"/> 317 <Flags value="0"/> 318 <ValueNameID value="260"/> <!-- Light --> 319 <Value value="300.0"/> 320 </AxisValue> 321 <AxisValue index="3" Format="1"> 322 <AxisIndex value="0"/> 323 <Flags value="2"/> <!-- ElidableAxisValueName --> 324 <ValueNameID value="261"/> <!-- Regular --> 325 <Value value="400.0"/> 326 </AxisValue> 327 <AxisValue index="4" Format="1"> 328 <AxisIndex value="0"/> 329 <Flags value="0"/> 330 <ValueNameID value="262"/> <!-- Medium --> 331 <Value value="500.0"/> 332 </AxisValue> 333 <AxisValue index="5" Format="1"> 334 <AxisIndex value="0"/> 335 <Flags value="0"/> 336 <ValueNameID value="263"/> <!-- Semibold --> 337 <Value value="600.0"/> 338 </AxisValue> 339 <AxisValue index="6" Format="1"> 340 <AxisIndex value="0"/> 341 <Flags value="0"/> 342 <ValueNameID value="264"/> <!-- Bold --> 343 <Value value="700.0"/> 344 </AxisValue> 345 <AxisValue index="7" Format="1"> 346 <AxisIndex value="1"/> 347 <Flags value="0"/> 348 <ValueNameID value="266"/> <!-- Compressed --> 349 <Value value="80.0"/> 350 </AxisValue> 351 <AxisValue index="8" Format="1"> 352 <AxisIndex value="1"/> 353 <Flags value="0"/> 354 <ValueNameID value="267"/> <!-- Condensed --> 355 <Value value="90.0"/> 356 </AxisValue> 357 <AxisValue index="9" Format="1"> 358 <AxisIndex value="1"/> 359 <Flags value="0"/> 360 <ValueNameID value="268"/> <!-- Normal --> 361 <Value value="100.0"/> 362 </AxisValue> 363 <AxisValue index="10" Format="1"> 364 <AxisIndex value="1"/> 365 <Flags value="0"/> 366 <ValueNameID value="269"/> <!-- Extended --> 367 <Value value="115.0"/> 368 </AxisValue> 369 </AxisValueArray> 370 <ElidedFallbackNameID value="256"/> <!-- Standard --> 371 </STAT> 372 373</ttFont> 374