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 Reads the features from the TTF file into memory
27
28 $t->out($fh)
29 Writes the features to a TTF file
30
31 $t->print($fh)
32 Prints a human-readable representation of the table
33
35 None known
36
38 Jonathan Kew Jonathan_Kew@sil.org. See Font::TTF::Font for copyright
39 and licensing.
40
41
42
43perl v5.16.3 2011-10-13 Font::TTF::Feat(3)