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 Martin_Hosken@sil.org. See Font::TTF::Font for copyright
29 and licensing.
30
31
32
33perl v5.10.1 2008-06-11 Font::TTF::Fpgm(3)