1Font::TTF::Vhea(3) User Contributed Perl Documentation Font::TTF::Vhea(3)
2
3
4
6 Font::TTF::Vhea - Vertical Header table
7
9 This is a simple table with just standards specified instance variables
10
12 version
13 Ascender
14 Descender
15 LineGap
16 advanceHeightMax
17 minTopSideBearing
18 minBottomSideBearing
19 yMaxExtent
20 caretSlopeRise
21 caretSlopeRun
22 metricDataFormat
23 numberOfVMetrics
24
26 $t->read
27 Reads the table into memory as instance variables
28
29 $t->out($fh)
30 Writes the table to a file either from memory or by copying.
31
32 $t->update
33 Updates various parameters in the hhea table from the hmtx table,
34 assuming the "hmtx" table is dirty.
35
37 None known
38
40 Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
41 and licensing.
42
43
44
45perl v5.16.3 2011-10-13 Font::TTF::Vhea(3)