1Font::TTF::Cvt_(3) User Contributed Perl Documentation Font::TTF::Cvt_(3)
2
3
4
6 Font::TTF::Cvt_ - Control Value Table in a TrueType font
7
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
14 val This is an array of CVT values. Thus access to the CVT is via:
15
16 $f->{'cvt_'}{'val'}[$num];
17
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
27 None known
28
30 Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
31 and licensing.
32
33
34
35perl v5.16.3 2011-10-13 Font::TTF::Cvt_(3)