1Font::TTF::Delta(3)   User Contributed Perl Documentation  Font::TTF::Delta(3)
2
3
4

NAME

6       Font::TTF::Delta - Opentype Device tables
7

DESCRIPTION

9       Each device table corresponds to a set of deltas for a particular point
10       over a range of ppem values.
11
12first
13The first ppem value in the range
14
15last
16The last ppem value in the range
17
18val
19This is an array of deltas corresponding to each ppem in the range between
20first and last inclusive.
21
22fmt
23This is the fmt used (log2 of number bits per value) when the device table was
24read. It is recalculated on output.
25

METHODS

27       new
28
29       Creates a new device table
30
31       read
32
33       Reads a device table from the given IO object at the current location
34
35       out($fh, $style)
36
37       Outputs a device table to the given IO object at the current location,
38       or just returns the data to be output if $style != 0
39
40       $d->out_xml($context)
41
42       Outputs a delta in XML
43

AUTHOR

45       Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
46       and licensing.
47
48
49
50perl v5.8.8                       2005-06-14               Font::TTF::Delta(3)
Impressum