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

NAME

6       Font::TTF::Vmtx - Vertical Metrics
7

DESCRIPTION

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

INSTANCE VARIABLES

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

METHODS

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

BUGS

32       None known
33

AUTHOR

35       Martin Hosken <http://scripts.sil.org/FontUtils>.
36

LICENSING

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.28.1                      2016-08-03                Font::TTF::Vmtx(3)
Impressum