1Font::TTF::Gloc(3) User Contributed Perl Documentation Font::TTF::Gloc(3)
2
3
4
6 Font::TTF::Gloc - Offsets into Glat table for the start of the
7 attributes for each glyph
8
10 The Gloc table is a bit like the Loca table only for Graphite glyph
11 attributes. The table has the following elements:
12
13 Version
14 Table format version
15
16 numAttrib
17 Maximum number of attributes associated with a glyph.
18
19 locations
20 An array of offsets into the Glat table for the start of each glyph
21
22 names
23 If defined, an array of name table name ids indexed by attribute
24 number.
25
27 Hey! The above document had some coding errors, which are explained
28 below:
29
30 Around line 12:
31 =over without closing =back
32
33
34
35perl v5.16.3 2012-07-24 Font::TTF::Gloc(3)