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->minsize()
32 Returns the minimum size this table can be. If it is smaller than this,
33 then the table must be bad and should be deleted or whatever.
34
35 $t->print($fh)
36 Prints a human-readable representation of the table
37
39 None known
40
42 Jonathan Kew <http://scripts.sil.org/FontUtils>.
43
45 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
46
47 This module is released under the terms of the Artistic License 2.0.
48 For details, see the full text of the license in the file LICENSE.
49
50
51
52perl v5.28.0 2016-08-03 Font::TTF::Feat(3)