1Font::TTF::Feat(3) User Contributed Perl Documentation Font::TTF::Feat(3)
2
3
4
6 Font::TTF::Feat - Font Features
7
10 version
11 features
12 An array of hashes of the following form
13
14 feature feature id number
15
16 name name index in name table
17
18 exclusive
19 exclusive flag
20
21 settings
22 hash of setting number against name string index
23
25 $t->read
26
27 Reads the features from the TTF file into memory
28
29 $t->out($fh)
30
31 Writes the features to a TTF file
32
33 $t->print($fh)
34
35 Prints a human-readable representation of the table
36
38 None known
39
41 Jonathan Kew Jonathan_Kew@sil.org. See Font::TTF::Font for copyright
42 and licensing.
43
44
45
46perl v5.8.8 2005-06-14 Font::TTF::Feat(3)