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 <http://scripts.sil.org/FontUtils>.
34
36 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
37
38 This module is released under the terms of the Artistic License 2.0.
39 For details, see the full text of the license in the file LICENSE.
40
41
42
43perl v5.36.0 2023-01-20 Font::TTF::Bsln(3)