![]() |
![]()
| ![]() |
![]()
NAMEPDF::API3::Compat::API2::Basic::TTF::Hmtx - Horizontal Metrics DESCRIPTIONContains 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 INSTANCE VARIABLESThe horizontal metrics are kept in two arrays by glyph id. The variable names do not start with a space METHODS$t->readReads the horizontal metrics from the TTF file into memory $t->numMetricsCalculates again the number of long metrics required to store the information here. Returns undef if the table has not been read. $t->out($fh)Writes the metrics to a TTF file. Assumes that the "hhea" has updated the numHMetrics from here $t->updateUpdates the lsb values from the xMin from the each glyph $t->out_xml($context, $depth)Outputs the table in XML BUGSNone known AUTHORMartin Hosken Martin_Hosken@sil.org. See PDF::API3::Compat::API2::Basic::TTF::Font for copyright and licensing.
|