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 reposiā
10 tory 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
21 Reads the CVT table into both the tables ' dat' variable and the "val"
22 array.
23
24 $t->update
25
26 Updates the RAM file copy ' dat' to be the same as the array.
27
29 None known
30
32 Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
33 and licensing.
34
35
36
37perl v5.8.8 2005-06-14 Font::TTF::Cvt_(3)