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 reposiā
11 tory for fpgm type information for those processes brave enough to
12 address hinting.
13
14 $t->read
15
16 Reading this table is simply a process of reading all the data into the
17 RAM copy. Nothing more is done with it.
18
19 $t->out_xml($context, $depth)
20
21 Outputs Fpgm program as XML
22
23 $t->XML_end($context, $tag, %attrs)
24
25 Parse all that hinting code
26
28 None known
29
31 Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
32 and licensing.
33
34
35
36perl v5.8.8 2005-06-14 Font::TTF::Fpgm(3)