1Font::TTF::Fpgm(3) User Contributed Perl Documentation Font::TTF::Fpgm(3)
2
3
4
6 Font::TTF::Fpgm - Font program in a TrueType font. Called when a font
7 is loaded
8
10 This is a minimal class adding nothing beyond a table, but is a
11 repository for fpgm type information for those processes brave enough
12 to address hinting.
13
14 $t->read
15 Reading this table is simply a process of reading all the data into the
16 RAM copy. Nothing more is done with it.
17
18 $t->out_xml($context, $depth)
19 Outputs Fpgm program as XML
20
21 $t->XML_end($context, $tag, %attrs)
22 Parse all that hinting code
23
25 None known
26
28 Martin Hosken <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.32.1 2021-01-27 Font::TTF::Fpgm(3)