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
10 variables
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 Reads the table into memory as instance variables
29
30 $t->out($fh)
31 Writes the table to a file either from memory or by copying.
32
33 $t->minsize()
34 Returns the minimum size this table can be. If it is smaller than this,
35 then the table must be bad and should be deleted or whatever.
36
37 $t->update
38 Updates various parameters in the hhea table from the hmtx table.
39
41 None known
42
44 Martin Hosken <http://scripts.sil.org/FontUtils>.
45
47 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
48
49 This module is released under the terms of the Artistic License 2.0.
50 For details, see the full text of the license in the file LICENSE.
51
52
53
54perl v5.32.0 2020-07-28 Font::TTF::Hhea(3)