-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathrect_cbdt.ttx
124 lines (111 loc) · 3.65 KB
/
rect_cbdt.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?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"/>
</GlyphOrder>
<hmtx>
<mtx name=".notdef" width="100" lsb="5"/>
<mtx name=".space" width="100" lsb="0"/>
<mtx name="e000" width="110" lsb="0"/>
</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"/><!-- ???? -->
</cmap_format_4>
<cmap_format_4 platformID="3" platEncID="1" language="0">
<map code="0x20" name=".space"/><!-- SPACE -->
<map code="0xe000" name="e000"/><!-- ???? -->
</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="-20" xMax="45" yMax="90">
<contour>
<pt x="5" y="-20" on="1"/>
<pt x="5" y="90" on="1"/>
<pt x="45" y="90" on="1"/>
<pt x="45" y="-20" on="1"/>
</contour>
<contour>
<pt x="10" y="-15" on="1"/>
<pt x="40" y="-15" on="1"/>
<pt x="40" y="85" on="1"/>
<pt x="10" y="85" on="1"/>
</contour>
<instructions/>
</TTGlyph>
<TTGlyph name=".space"/><!-- contains no outline data -->
<TTGlyph name="e000"/><!-- contains no outline data -->
</glyf>
<CBDT>
<header version="3.0"/>
<strikedata index="0">
<cbdt_bitmap_format_17 name="e000">
<SmallGlyphMetrics>
<height value="128"/>
<width value="128"/>
<BearingX value="0"/>
<BearingY value="104"/>
<Advance value="128"/>
</SmallGlyphMetrics>
<extfileimagedata value="e000.png"/>
</cbdt_bitmap_format_17>
</strikedata>
</CBDT>
<CBLC>
<header version="3.0"/>
<strike index="0">
<bitmapSizeTable>
<sbitLineMetrics direction="hori">
<ascender value="104"/>
<descender value="-24"/>
<widthMax value="128"/>
<caretSlopeNumerator value="0"/>
<caretSlopeDenominator value="0"/>
<caretOffset value="0"/>
<minOriginSB value="0"/>
<minAdvanceSB value="0"/>
<maxBeforeBL value="0"/>
<minAfterBL value="0"/>
<pad1 value="0"/>
<pad2 value="0"/>
</sbitLineMetrics>
<sbitLineMetrics direction="vert">
<ascender value="104"/>
<descender value="-24"/>
<widthMax value="128"/>
<caretSlopeNumerator value="0"/>
<caretSlopeDenominator value="0"/>
<caretOffset value="0"/>
<minOriginSB value="0"/>
<minAdvanceSB value="0"/>
<maxBeforeBL value="0"/>
<minAfterBL value="0"/>
<pad1 value="0"/>
<pad2 value="0"/>
</sbitLineMetrics>
<colorRef value="0"/>
<startGlyphIndex value="2"/>
<endGlyphIndex value="2"/>
<ppemX value="116"/>
<ppemY value="116"/>
<bitDepth value="32"/>
<flags value="1"/>
</bitmapSizeTable>
<!-- GlyphIds are written but not read. The firstGlyphIndex and
lastGlyphIndex values will be recalculated by the compiler. -->
<eblc_index_sub_table_1 imageFormat="17" firstGlyphIndex="2" lastGlyphIndex="2">
<glyphLoc id="2" name="e000"/>
</eblc_index_sub_table_1>
</strike>
</CBLC>
</ttFont>