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.
10 Information here is generally not used by other software, except for
11 the xHeight and CapHeight which are stored here (if the table exists in
12 a 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 Reads the table into memory thanks to some utility functions
38
39 $t->out($fh)
40 Writes the table to a file either from memory or by copying.
41
42 $t->minsize()
43 Returns the minimum size this table can be. If it is smaller than this,
44 then the table must be bad and should be deleted or whatever.
45
47 None known
48
50 Martin Hosken <http://scripts.sil.org/FontUtils>.
51
53 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
54
55 This module is released under the terms of the Artistic License 2.0.
56 For details, see the full text of the license in the file LICENSE.
57
58
59
60perl v5.38.0 2023-07-20 Font::TTF::PCLT(3)