Font::TTF::Hmtx - Horizontal Metrics |
Font::TTF::Hmtx - Horizontal Metrics
Contains the advance width and left 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 tables
The horizontal metrics are kept in two arrays by glyph id. The variable names do not start with a space
Reads the horizontal metrics from the TTF file into memory
out($fh)
Writes the metrics to a TTF file. Assumes that the hhea
has updated the
numHMetrics from here
Updates the lsb values from the xMin from the each glyph
Outputs the table in XML
None known
Martin Hosken Martin_Hosken@sil.org. See the Font::TTF::Font manpage for copyright and licensing.
Font::TTF::Hmtx - Horizontal Metrics |