1Font::TTF::Fmtx(3) User Contributed Perl Documentation Font::TTF::Fmtx(3)
2
3
4
6 Font::TTF::Fmtx - Font Metrics table
7
9 This is a simple table with just standards specified instance variables
10
12 version
13 glyphIndex
14 horizontalBefore
15 horizontalAfter
16 horizontalCaretHead
17 horizontalCaretBase
18 verticalBefore
19 verticalAfter
20 verticalCaretHead
21 verticalCaretBase
22
24 $t->read
25 Reads the table into memory as instance variables
26
27 $t->out($fh)
28 Writes the table to a file either from memory or by copying.
29
31 None known
32
34 Jonathan Kew <http://scripts.sil.org/FontUtils>.
35
37 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
38
39 This module is released under the terms of the Artistic License 2.0.
40 For details, see the full text of the license in the file LICENSE.
41
42
43
44perl v5.38.0 2023-07-20 Font::TTF::Fmtx(3)