1Font::TTF::Mort(3) User Contributed Perl Documentation Font::TTF::Mort(3)
2
3
4
6 Font::TTF::Mort - Glyph Metamorphosis table in a font
7
9 $t->read
10 Reads the table into memory
11
12 $t->out($fh)
13 Writes the table to a file either from memory or by copying
14
15 $t->minsize()
16 Returns the minimum size this table can be. If it is smaller than this,
17 then the table must be bad and should be deleted or whatever.
18
19 $t->print($fh)
20 Prints a human-readable representation of the table
21
23 None known
24
26 Jonathan Kew <http://scripts.sil.org/FontUtils>.
27
29 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
30
31 This module is released under the terms of the Artistic License 2.0.
32 For details, see the full text of the license in the file LICENSE.
33
34
35
36perl v5.38.0 2023-07-20 Font::TTF::Mort(3)