1Font::TTF::PCLT(3) User Contributed Perl Documentation Font::TTF::PCLT(3)
2
3
4
6 Font::TTF::PCLT - PCLT TrueType font table
7
9 The PCLT table holds various pieces HP-PCL specific information. Inforā
10 mation here is generally not used by other software, except for the
11 xHeight and CapHeight which are stored here (if the table exists in a
12 font).
13
15 Only from table and the standard:
16
17 version
18 FontNumber
19 Pitch
20 xHeight
21 Style
22 TypeFamily
23 CapHeight
24 SymbolSet
25 Typeface
26 CharacterComplement
27 FileName
28 StrokeWeight
29 WidthType
30 SerifStyle
31
32 Notice that "Typeface", "CharacterComplement" and "FileName" return
33 arrays of unsigned characters of the appropriate length
34
36 $t->read
37
38 Reads the table into memory thanks to some utility functions
39
40 $t->out($fh)
41
42 Writes the table to a file either from memory or by copying.
43
45 None known
46
48 Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
49 and licensing.
50
51
52
53perl v5.8.8 2005-06-14 Font::TTF::PCLT(3)