Font::TTF::Vmtx (3)
Leading comments
Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) Standard preamble: ========================================================================
NAME
Font::TTF::Vmtx - Vertical MetricsDESCRIPTION
Contains the advance height and top side bearing for each glyph. Given the compressability of the data onto disk, this table uses information from other tables, and thus must do part of its output during the output of other tablesINSTANCE VARIABLES
The vertical metrics are kept in two arrays by glyph id. The variable names do not start with a space- advance
- An array containing the advance height for each glyph
- top
- An array containing the top side bearing for each glyph
METHODS
$t->read
Reads the vertical metrics from theTTF
file into memory
$t->out($fh)
Writes the metrics to aTTF
file. Assumes that the "vhea" has updated the
numVMetrics from here
BUGS
None knownAUTHOR
Martin Hosken <scripts.sil.org/FontUtils>.LICENSING
Copyright (c) 1998-2014,SIL
International (www.sil.org
This module is released under the terms of the Artistic License 2.0. For details, see the full text of the license in the file
LICENSE.