1Font::TTF::Vmtx(3) User Contributed Perl Documentation Font::TTF::Vmtx(3)
2
3
4
6 Font::TTF::Vmtx - Vertical Metrics
7
9 Contains the advance height and top side bearing for each glyph. Given
10 the compressability of the data onto disk, this table uses information
11 from other tables, and thus must do part of its output during the
12 output of other tables
13
15 The vertical metrics are kept in two arrays by glyph id. The variable
16 names do not start with a space
17
18 advance
19 An array containing the advance height for each glyph
20
21 top An array containing the top side bearing for each glyph
22
24 $t->read
25 Reads the vertical metrics from the TTF file into memory
26
27 $t->out($fh)
28 Writes the metrics to a TTF file. Assumes that the "vhea" has updated
29 the numVMetrics from here
30
32 None known
33
35 Martin Hosken <http://scripts.sil.org/FontUtils>.
36
38 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
39
40 This module is released under the terms of the Artistic License 2.0.
41 For details, see the full text of the license in the file LICENSE.
42
43
44
45perl v5.34.0 2021-07-22 Font::TTF::Vmtx(3)