1Font::TTF::Maxp(3) User Contributed Perl Documentation Font::TTF::Maxp(3)
2
3
4
6 Font::TTF::Maxp - Maximum Profile table in a font
7
9 A collection of useful instance variables following the TTF standard.
10 Probably the most used being "numGlyphs". Note that this particular
11 value is foundational and should be kept up to date by the application,
12 it is not updated by "update".
13
14 Handles table versions 0.5, 1.0
15
17 No others beyond those specified in the standard:
18
19 numGlyphs
20 maxPoints
21 maxContours
22 maxCompositePoints
23 maxCompositeContours
24 maxZones
25 maxTwilightPoints
26 maxStorage
27 maxFunctionDefs
28 maxInstructionDefs
29 maxStackElements
30 maxSizeOfInstructions
31 maxComponentElements
32 maxComponentDepth
33
35 $t->read
36
37 Reads the table into memory
38
39 $t->out($fh)
40
41 Writes the table to a file either from memory or by copying.
42
43 $t->update
44
45 Calculates all the maximum values for a font based on the glyphs in the
46 font. Only those fields which require hinting code interpretation are
47 ignored and left as they were read.
48
50 None known
51
53 Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
54 and licensing.
55
56
57
58perl v5.8.8 2005-06-14 Font::TTF::Maxp(3)