PDF::API2::Basic::TTF::Segarr - Segmented array


NAME

PDF::API2::Basic::TTF::Segarr - Segmented array


DESCRIPTION

Holds data either directly or indirectly as a series of arrays. This class looks after the set of arrays and masks the individual sub-arrays, thus saving a class, we hope.


INSTANCE VARIABLES

All instance variables do not start with a space.

The segmented array is simply an array of segments

Each segment is a more complex affair:

START
In terms of the array, the address for the 0th element in this segment.

LEN
Number of elements in this segment

VAL
The array which contains the elements


METHODS

PDF::API2::Basic::TTF::Segarr->new($size)

Creates a new segmented array with a given data size


BUGS

No known bugs.


AUTHOR

Martin Hosken Martin_Hosken@sil.org. See the PDF::API2::Basic::TTF::Font manpage for copyright and licensing.

 PDF::API2::Basic::TTF::Segarr - Segmented array