1Font::TTF::Features::SsUeste(r3)Contributed Perl DocumenFtoantti:o:nTTF::Features::Sset(3)
2
3
4
6 Font::TTF::Features::Sset - Class for Stylistic Set Feature Parameters
7
9 Handles the Feature Parameters valus for Stylistic Sets
10
12 INFILE
13 The read file handle
14
15 OFFSET
16 Location of the file in the input file
17
18 Version
19 The minor version number, currently always 0
20
21 UINameID
22 The 'name' table name ID that specifies a string (or strings, for
23 multiple languages) for a user-interface label for this feature
24
26 $t->read
27 Reads the Feature Params
28
29 $t->out($fh)
30 Writes the FeatureParams table to the output
31
32 Font::TTF::Features::Sset->new()
33 Creates a new FeatureParams object. Values for INFILE and OFFSET canbe
34 passed as parameters
35
37 David Raymond <http://scripts.sil.org/FontUtils>.
38
40 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
41
42 This module is released under the terms of the Artistic License 2.0.
43 For details, see the full text of the license in the file LICENSE.
44
45
46
47perl v5.30.0 2019-07-26 Font::TTF::Features::Sset(3)