Font::TTF::Delta - Opentype Device tables


Font-TTF documentation  | view source Contained in the Font-TTF distribution.

Index


NAME

Top

Font::TTF::Delta - Opentype Device tables

DESCRIPTION

Top

Each device table corresponds to a set of deltas for a particular point over a range of ppem values.

The first ppem value in the range

The last ppem value in the range

This is an array of deltas corresponding to each ppem in the range between first and last inclusive.

This is the fmt used (log2 of number bits per value) when the device table was read. It is recalculated on output.

METHODS

Top

new

Creates a new device table

read

Reads a device table from the given IO object at the current location

out($fh, $style)

Outputs a device table to the given IO object at the current location, or just returns the data to be output if $style != 0

$d->signature()

Returns a content based identifying string for this delta for compression purposes

$d->out_xml($context)

Outputs a delta in XML

AUTHOR

Top

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


Font-TTF documentation  | view source Contained in the Font-TTF distribution.