-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathreused_rect_glyf.ttx
82 lines (69 loc) · 2.38 KB
/
reused_rect_glyf.ttx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<ttFont sfntVersion="\x00\x01\x00\x00">
<GlyphOrder>
<!-- The 'id' attribute is only for humans; it is ignored when parsed. -->
<GlyphID id="0" name=".notdef"/>
<GlyphID id="1" name=".space"/>
<GlyphID id="2" name="e000"/>
<GlyphID id="3" name="e001"/>
<GlyphID id="4" name="e000.0"/>
</GlyphOrder>
<hmtx>
<mtx name=".notdef" width="100" lsb="5"/>
<mtx name=".space" width="100" lsb="0"/>
<mtx name="e000" width="100" lsb="20"/>
<mtx name="e000.0" width="100" lsb="20"/>
<mtx name="e001" width="100" lsb="20"/>
</hmtx>
<cmap>
<tableVersion version="0"/>
<cmap_format_4 platformID="0" platEncID="3" language="0">
<map code="0x20" name=".space"/><!-- SPACE -->
<map code="0xe000" name="e000"/><!-- ???? -->
<map code="0xe001" name="e001"/><!-- ???? -->
</cmap_format_4>
<cmap_format_4 platformID="3" platEncID="1" language="0">
<map code="0x20" name=".space"/><!-- SPACE -->
<map code="0xe000" name="e000"/><!-- ???? -->
<map code="0xe001" name="e001"/><!-- ???? -->
</cmap_format_4>
</cmap>
<loca>
<!-- The 'loca' table will be calculated by the compiler -->
</loca>
<glyf>
<!-- The xMin, yMin, xMax and yMax values
will be recalculated by the compiler. -->
<TTGlyph name=".notdef" xMin="5" yMin="0" xMax="45" yMax="100">
<contour>
<pt x="5" y="0" on="1"/>
<pt x="5" y="100" on="1"/>
<pt x="45" y="100" on="1"/>
<pt x="45" y="0" on="1"/>
</contour>
<contour>
<pt x="10" y="5" on="1"/>
<pt x="40" y="5" on="1"/>
<pt x="40" y="95" on="1"/>
<pt x="10" y="95" on="1"/>
</contour>
<instructions/>
</TTGlyph>
<TTGlyph name=".space"/><!-- contains no outline data -->
<TTGlyph name="e000" xMin="20" yMin="60" xMax="80" yMax="80">
<component glyphName="e000.0" x="0" y="0" flags="0x204"/>
</TTGlyph>
<TTGlyph name="e000.0" xMin="20" yMin="60" xMax="80" yMax="80">
<contour>
<pt x="20" y="80" on="1"/>
<pt x="20" y="60" on="1"/>
<pt x="80" y="60" on="1"/>
<pt x="80" y="80" on="1"/>
</contour>
<instructions/>
</TTGlyph>
<TTGlyph name="e001" xMin="20" yMin="60" xMax="80" yMax="80">
<component glyphName="e000.0" x="0" y="0" flags="0x204"/>
</TTGlyph>
</glyf>
</ttFont>