1Font::TTF::Prop(3) User Contributed Perl Documentation Font::TTF::Prop(3)
2
3
4
6 Font::TTF::Prop - Glyph Properties table in a font
7
10 version
11 default
12 lookup
13 Hash of property values keyed by glyph number
14
15 lookupFormat
16
18 $t->read
19 Reads the table into memory
20
21 $t->out($fh)
22 Writes the table to a file either from memory or by copying
23
24 $t->minsize()
25 Returns the minimum size this table can be. If it is smaller than this,
26 then the table must be bad and should be deleted or whatever.
27
28 $t->print($fh)
29 Prints a human-readable representation of the table
30
32 None known
33
35 Jonathan Kew <http://scripts.sil.org/FontUtils>.
36
38 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
39
40 This module is released under the terms of the Artistic License 2.0.
41 For details, see the full text of the license in the file LICENSE.
42
43
44
45perl v5.30.1 2020-01-30 Font::TTF::Prop(3)