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
10 version
11 xformat
12 defaultBaseline
13 deltas
14 stdGlyph
15 ctlPoints
16 lookupFormat
17 lookup
18
20 $t->read
21 Reads the table into memory
22
23 $t->out($fh)
24 Writes the table to a file either from memory or by copying
25
26 $t->print($fh)
27 Prints a human-readable representation of the table
28
30 None known
31
33 Jonathan Kew Jonathan_Kew@sil.org. See Font::TTF::Font for copyright
34 and licensing.
35
37 Hey! The above document had some coding errors, which are explained
38 below:
39
40 Around line 11:
41 '=item' outside of any '=over'
42
43 Around line 27:
44 You forgot a '=back' before '=head1'
45
46
47
48perl v5.12.0 2008-06-11 Font::TTF::Bsln(3)