1Font::TTF::GrFeat(3) User Contributed Perl Documentation Font::TTF::GrFeat(3)
2
3
4
6 Font::TTF::GrFeat - Graphite 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 default the default setting number
22
23 settings
24 hash of setting number against name string index
25
27 $t->read
28 Reads the features from the TTF file into memory
29
30 $t->out($fh)
31 Writes the features to a TTF file
32
33 $t->print($fh)
34 Prints a human-readable representation of the table
35
37 The version 1 Feat table ends with a feature (id 1) named NoName with
38 zero settings but with an offset to the last entry in the setting
39 array. This last setting has id 0 and an invalid name id. This last
40 feature is changed to have one setting.
41
43 Alan Ward (derived from Jonathan Kew's Feat.pm). See Font::TTF::Font
44 for copyright and licensing.
45
46
47
48perl v5.10.1 2008-06-11 Font::TTF::GrFeat(3)