1Font::TTF::Delta(3) User Contributed Perl Documentation Font::TTF::Delta(3)
2
3
4
6 Font::TTF::Delta - Opentype Device tables
7
9 Each device table corresponds to a set of deltas for a particular point
10 over a range of ppem values.
11
12 first
13 The first ppem value in the range
14
15 last
16 The last ppem value in the range
17
18 val This is an array of deltas corresponding to each ppem in the range
19 between first and last inclusive.
20
21 fmt This is the fmt used (log2 of number bits per value) when the
22 device table was read. It is recalculated on output.
23
25 new
26 Creates a new device table
27
28 read
29 Reads a device table from the given IO object at the current location
30
31 out($fh, $style)
32 Outputs a device table to the given IO object at the current location,
33 or just returns the data to be output if $style != 0
34
35 $d->out_xml($context)
36 Outputs a delta in XML
37
39 Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
40 and licensing.
41
43 Hey! The above document had some coding errors, which are explained
44 below:
45
46 Around line 12:
47 '=item' outside of any '=over'
48
49 Around line 30:
50 You forgot a '=back' before '=head1'
51
52
53
54perl v5.12.0 2008-06-11 Font::TTF::Delta(3)