logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Font::TTF::Vmtx - Vertical Metrics

Author

Bugs

None known

Description

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 tables

Instance 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

Licensing

Copyright (c) 1998-2016, SIL International (http://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. perl v5.34.0 2022-06-14 Font::TTF::Vmtx(3pm)

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 here

Name

Font::TTF::Vmtx - Vertical Metrics

See Also