1Font::TTF::Glat(3) User Contributed Perl Documentation Font::TTF::Glat(3)
2
3
4
6 Font::TTF::Glat - Hold glyph attributes
7
9 Holds glyph attributes associated with each glyph.
10
11 Version
12 Table format version
13
14 attribs
15 An array of hashes. On array entry for each glyph id. Since the
16 glyph attributes are usually in a sparse array, they are stored in
17 a hash keyed by the attribute id and with the value as attribute
18 value.
19
20 $t->minsize()
21 Returns the minimum size this table can be. If it is smaller than this,
22 then the table must be bad and should be deleted or whatever.
23
25 Martin Hosken <http://scripts.sil.org/FontUtils>.
26
28 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
29
30 This module is released under the terms of the Artistic License 2.0.
31 For details, see the full text of the license in the file LICENSE.
32
33
34
35perl v5.36.0 2023-01-20 Font::TTF::Glat(3)