On Windows, some Python versions format "Jan 01" while others format "Jan 1"; this caused test failures on the build farm. By using a date without leading zeros (2011-12-13), we can work around this. https://github.com/behdad/fonttools/issues/455
26 lines
710 B
XML
26 lines
710 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ttFont>
|
|
|
|
<head>
|
|
<!-- Most of this table will be recalculated by the compiler -->
|
|
<tableVersion value="1.0"/>
|
|
<fontRevision value="1.001"/>
|
|
<checkSumAdjustment value="0x0"/>
|
|
<magicNumber value="0x0"/>
|
|
<flags value="00000000 00000000"/>
|
|
<unitsPerEm value="0"/>
|
|
<created value="Tue Dec 13 11:22:33 2011"/>
|
|
<modified value="Tue Dec 13 11:22:33 2011"/>
|
|
<xMin value="0"/>
|
|
<yMin value="0"/>
|
|
<xMax value="0"/>
|
|
<yMax value="0"/>
|
|
<macStyle value="00000000 00000000"/>
|
|
<lowestRecPPEM value="0"/>
|
|
<fontDirectionHint value="0"/>
|
|
<indexToLocFormat value="0"/>
|
|
<glyphDataFormat value="0"/>
|
|
</head>
|
|
|
|
</ttFont>
|