1Font::TTF::Features::CvUasre(r3)Contributed Perl DocumenFtoantti:o:nTTF::Features::Cvar(3)
2
3
4
6 Font::TTF::Features::Size - Class for Character Variants Feature
7 Parameters
8
10 Handles the Feature Parameters valus forCharacter Variants features
11
13 INFILE
14 The read file handle
15
16 OFFSET
17 Location of the file in the input file
18
19 Format
20 Table format - set to 0
21
22 UINameID
23 The 'name' table name ID that specifies a string (or strings, for
24 multiple languages) for a user-interface label for this feature
25
26 TooltipNameID
27 The 'name' table name ID for tooltip text for the feature
28
29 SampleTextNameID
30 The 'name' table name ID for sample text to illustrate the feature
31
32 NumNamedParms
33 The number of named parameters
34
35 FirstNamedParmID
36 The 'name' table name ID for the first named parameter
37
38 Characters
39 An array holding the unicode values of the characters for which the
40 feature provides glyph variants
41
43 $t->read
44 Reads the Feature Params
45
46 $t->out($fh)
47 Writes the FeatureParams table to the output
48
49 Font::TTF::Features::Sset->new()
50 Creates a new FeatureParams object. Values for INFILE and OFFSET canbe
51 passed as parameters
52
54 David Raymond <http://scripts.sil.org/FontUtils>.
55
57 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
58
59 This module is released under the terms of the Artistic License 2.0.
60 For details, see the full text of the license in the file LICENSE.
61
62
63
64perl v5.30.0 2019-07-26 Font::TTF::Features::Cvar(3)