Rechercher une page de manuel
Font::TTF::Vmtx.3pm
Langue: en
Version: 2008-06-11 (MeeGo - 06/11/10)
Section: 3 (Bibliothèques de fonctions)
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 the TTF file into memory$t->out($fh)
Writes the metrics to a TTF file. Assumes that the "vhea" has updated the numVMetrics from hereBUGS
None knownAUTHOR
Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright and licensing.Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre