font::ttf::pcltuser contributed perl documentatfont::ttf::pclt(3)
NAME
Font::TTF::Pclt - PCLT TrueType font table
DESCRIPTION
- The PCLT table holds various pieces HP-PCL specific infor
mation. Information here is generally not used by other
software, except for the xHeight and CapHeight which are
stored here (if the table exists in a font). - INSTANCE VARIABLES
Only from table and the standard:
version
FontNumber
Pitch
xHeight
Style
TypeFamily
CapHeight
SymbolSet
Typeface
CharacterComplement
FileName
StrokeWeight
WidthType
SerifStyle- Notice that "Typeface", "CharacterComplement" and "File
Name" return arrays of unsigned characters of the appro
priate length
METHODS
$t->read
Reads the table into memory thanks to some utility func
tions
$t->out($fh)
Writes the table to a file either from memory or by copy
ing.
BUGS
None known
AUTHOR
- Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font
for copyright and licensing.