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
26 $t->minsize()
27 Returns the minimum size this table can be. If it is smaller than this,
28 then the table must be bad and should be deleted or whatever.
29
31 Martin Hosken <http://scripts.sil.org/FontUtils>.
32
34 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
35
36 This module is released under the terms of the Artistic License 2.0.
37 For details, see the full text of the license in the file LICENSE.
38
39
40
41perl v5.28.1 2016-08-03 Font::TTF::Gloc(3)