1Font::TTF::Fdsc(3) User Contributed Perl Documentation Font::TTF::Fdsc(3)
2
3
4
6 Font::TTF::Fdsc - Font Descriptors table in a font
7
10 version
11 descriptors
12 Hash keyed by descriptor tags
13
15 $t->read
16 Reads the table into memory
17
18 $t->out($fh)
19 Writes the table to a file either from memory or by copying
20
21 $t->print($fh)
22 Prints a human-readable representation of the table
23
25 None known
26
28 Jonathan Kew <http://scripts.sil.org/FontUtils>.
29
31 Copyright (c) 1998-2016, SIL International (http://www.sil.org)
32
33 This module is released under the terms of the Artistic License 2.0.
34 For details, see the full text of the license in the file LICENSE.
35
36
37
38perl v5.36.0 2023-01-20 Font::TTF::Fdsc(3)