Merge pull request #867 from miguelsousa/hhea-fix
[tests] Change `hhea` and `vhea` table version from float to hex to mute fontTools warnings
This commit is contained in:
commit
8b3255111c
@ -31,7 +31,7 @@
|
||||
</head>
|
||||
|
||||
<hhea>
|
||||
<tableVersion value="1.0"/>
|
||||
<tableVersion value="0x00010000"/>
|
||||
<ascent value="1000"/>
|
||||
<descent value="-320"/>
|
||||
<lineGap value="0"/>
|
||||
@ -360,7 +360,7 @@
|
||||
</hmtx>
|
||||
|
||||
<vhea>
|
||||
<tableVersion value="1.0625"/>
|
||||
<tableVersion value="0x00011000"/>
|
||||
<ascent value="500"/>
|
||||
<descent value="-500"/>
|
||||
<lineGap value="0"/>
|
||||
|
@ -37,7 +37,7 @@
|
||||
</head>
|
||||
|
||||
<hhea>
|
||||
<tableVersion value="1.0"/>
|
||||
<tableVersion value="0x00010000"/>
|
||||
<ascent value="800"/>
|
||||
<descent value="0"/>
|
||||
<lineGap value="90"/>
|
||||
|
@ -33,7 +33,7 @@
|
||||
</head>
|
||||
|
||||
<hhea>
|
||||
<tableVersion value="1.0"/>
|
||||
<tableVersion value="0x00010000"/>
|
||||
<ascent value="1000"/>
|
||||
<descent value="-200"/>
|
||||
<lineGap value="0"/>
|
||||
|
@ -319,7 +319,7 @@
|
||||
</head>
|
||||
|
||||
<hhea>
|
||||
<tableVersion value="1.0"/>
|
||||
<tableVersion value="0x00010000"/>
|
||||
<ascent value="750"/>
|
||||
<descent value="-250"/>
|
||||
<lineGap value="0"/>
|
||||
|
@ -31,7 +31,7 @@
|
||||
</head>
|
||||
|
||||
<hhea>
|
||||
<tableVersion value="1.0"/>
|
||||
<tableVersion value="0x00010000"/>
|
||||
<ascent value="660"/>
|
||||
<descent value="-340"/>
|
||||
<lineGap value="200"/>
|
||||
|
@ -31,7 +31,7 @@
|
||||
</head>
|
||||
|
||||
<hhea>
|
||||
<tableVersion value="1.0"/>
|
||||
<tableVersion value="0x00010000"/>
|
||||
<ascent value="660"/>
|
||||
<descent value="-340"/>
|
||||
<lineGap value="200"/>
|
||||
|
@ -30,7 +30,7 @@
|
||||
</head>
|
||||
|
||||
<hhea>
|
||||
<tableVersion value="1.0"/>
|
||||
<tableVersion value="0x00010000"/>
|
||||
<ascent value="1536"/>
|
||||
<descent value="-512"/>
|
||||
<lineGap value="256"/>
|
||||
|
@ -33,7 +33,7 @@
|
||||
</head>
|
||||
|
||||
<hhea>
|
||||
<tableVersion value="1.0"/>
|
||||
<tableVersion value="0x00010000"/>
|
||||
<ascent value="900"/>
|
||||
<descent value="-300"/>
|
||||
<lineGap value="0"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user