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 Reads the table into memory
37
38 $t->out($fh)
39 Writes the table to a file either from memory or by copying.
40
41 $t->update
42 Calculates all the maximum values for a font based on the glyphs in the
43 font. Only those fields which require hinting code interpretation are
44 ignored and left as they were read.
45
47 None known
48
50 Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
51 and licensing.
52
53
54
55perl v5.12.0 2008-06-11 Font::TTF::Maxp(3)