1Font::TTF::Cvt_(3)    User Contributed Perl Documentation   Font::TTF::Cvt_(3)
2
3
4

NAME

6       Font::TTF::Cvt_ - Control Value Table in a TrueType font
7

DESCRIPTION

9       This is a minimal class adding nothing beyond a table, but is a
10       repository for cvt type information for those processes brave enough to
11       address hinting.
12

INSTANCE VARIABLES

14       val This is an array of CVT values. Thus access to the CVT is via:
15
16               $f->{'cvt_'}{'val'}[$num];
17

METHODS

19   $t->read
20       Reads the CVT table into both the tables ' dat' variable and the "val"
21       array.
22
23   $t->update
24       Updates the RAM file copy ' dat' to be the same as the array.
25

BUGS

27       None known
28

AUTHOR

30       Martin Hosken <http://scripts.sil.org/FontUtils>.
31

LICENSING

33       Copyright (c) 1998-2016, SIL International (http://www.sil.org)
34
35       This module is released under the terms of the Artistic License 2.0.
36       For details, see the full text of the license in the file LICENSE.
37
38
39
40perl v5.36.0                      2022-07-22                Font::TTF::Cvt_(3)
Impressum