1Font::TTF::Bsln(3) User Contributed Perl Documentation Font::TTF::Bsln(3)
2
3
4
6 Font::TTF::Bsln - Baseline table in a font
7
10version
11xformat
12defaultBaseline
13deltas
14stdGlyph
15ctlPoints
16lookupFormat
17lookup
18
20 $t->read
21
22 Reads the table into memory
23
24 $t->out($fh)
25
26 Writes the table to a file either from memory or by copying
27
28 $t->print($fh)
29
30 Prints a human-readable representation of the table
31
33 None known
34
36 Jonathan Kew Jonathan_Kew@sil.org. See Font::TTF::Font for copyright
37 and licensing.
38
39
40
41perl v5.8.8 2005-06-14 Font::TTF::Bsln(3)