Font::TTF::Gloc(3) User Contributed Perl Documentation Font::TTF::Gloc(3)
TITLE
Font::TTF::Gloc - Offsets into Glat table for the start of the attributes for each glyph
DESCRIPTION
The Gloc table is a bit like the Loca table only for Graphite glyph attributes. The table has the following elements:
Version
Table format version
numAttrib
Maximum number of attributes associated with a glyph.
locations
An array of offsets into the Glat table for the start of each glyph
names
If defined, an array of name table name ids indexed by attribute number.
POD ERRORS
Hey! The above document had some coding errors, which are explained below:
Around line 12:
=over without closing =back
perl v5.16.3 2012-07-24 Font::TTF::Gloc(3)