1Font::TTF::Hhea(3) User Contributed Perl Documentation Font::TTF::Hhea(3)
2
3
4
6 Font::TTF::Hhea - Horizontal Header table
7
9 This is a simplte table with just standards specified instance vari‐
10 ables
11
13 version
14 Ascender
15 Descender
16 LineGap
17 advanceWidthMax
18 minLeftSideBearing
19 minRightSideBearing
20 xMaxExtent
21 caretSlopeRise
22 caretSlopeRun
23 metricDataFormat
24 numberOfHMetrics
25
27 $t->read
28
29 Reads the table into memory as instance variables
30
31 $t->out($fh)
32
33 Writes the table to a file either from memory or by copying.
34
35 $t->update
36
37 Updates various parameters in the hhea table from the hmtx table.
38
40 None known
41
43 Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
44 and licensing.
45
46
47
48perl v5.8.8 2005-06-14 Font::TTF::Hhea(3)