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
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

METHODS

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->signature()
36       Returns a content based identifying string for this delta for
37       compression purposes
38
39   $d->out_xml($context)
40       Outputs a delta in XML
41

AUTHOR

43       Martin Hosken Martin_Hosken@sil.org. See Font::TTF::Font for copyright
44       and licensing.
45

POD ERRORS

47       Hey! The above document had some coding errors, which are explained
48       below:
49
50       Around line 12:
51           '=item' outside of any '=over'
52
53       Around line 30:
54           You forgot a '=back' before '=head1'
55
56
57
58perl v5.16.3                      2011-10-13               Font::TTF::Delta(3)
Impressum