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
10version
11default
12lookup
13Hash of property values keyed by glyph number
14
15lookupFormat
16
18 $t->read
19
20 Reads the table into memory
21
22 $t->out($fh)
23
24 Writes the table to a file either from memory or by copying
25
26 $t->print($fh)
27
28 Prints a human-readable representation of the table
29
31 None known
32
34 Jonathan Kew Jonathan_Kew@sil.org. See Font::TTF::Font for copyright
35 and licensing.
36
37
38
39perl v5.8.8 2005-06-14 Font::TTF::Prop(3)