PDF::API2::Basic::TTF::Loca - the Locations table, which is intimately tied to the glyf table |
PDF::API2::Basic::TTF::Loca - the Locations table, which is intimately tied to the glyf table
The location table holds the directory of locations of each glyph within the
glyf table. Due to this relationship and the unimportance of the actual locations
when it comes to holding glyphs in memory, reading the location table results
in the creation of glyph objects for each glyph and stores them here.
So if you are looking for glyphs, don't look in the glyf
table, look here
instead.
Things get complicated if you try to change the glyph list within the one table. The recommendation is to create another clean location object to replace this table in the font, ensuring that the old table is read first and to transfer or copy glyphs across from the read table to the new table.
The instance variables do not start with a space
Reads the location table creating glyph objects (the PDF::API2::Basic::TTF::Glyph manpage) for each glyph allowing their later reading.
None known
Martin Hosken Martin_Hosken@sil.org. See the PDF::API2::Basic::TTF::Font manpage for copyright and licensing.
PDF::API2::Basic::TTF::Loca - the Locations table, which is intimately tied to the glyf table |