1Font::TTF::Hhea(3)    User Contributed Perl Documentation   Font::TTF::Hhea(3)
2
3
4

NAME

6       Font::TTF::Hhea - Horizontal Header table
7

DESCRIPTION

9       This is a simplte table with just standards specified instance
10       variables
11

INSTANCE VARIABLES

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

METHODS

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

BUGS

41       None known
42

AUTHOR

44       Martin Hosken <http://scripts.sil.org/FontUtils>.
45

LICENSING

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.30.0                      2019-07-26                Font::TTF::Hhea(3)
Impressum