Font::TTF::EBLC - Embeeded Bitmap Location Table


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

Index


NAME

Top

Font::TTF::EBLC - Embeeded Bitmap Location Table

DESCRIPTION

Top

Contains the sizes and glyph ranges of bitmaps, and the offsets to glyph bitmap data in indexSubTables for EBDT.

Possibly contains glyph metrics information.

INSTANCE VARIABLES The information specified '(R)ead only' is read only, those are calculated from EBDT, when it is 'update'-ed.

Top

bitmapSizeTable An array of tables of following information

indexSubTableArray (R) An array which contains range information.
indexSubTable (R) An array which contains offsets of EBDT table.

METHODS

Top

$t->read

Reads the location information of embedded bitmap from the TTF file into memory

$t->out($fh)

Outputs the location information of embedded bitmap for this font.

BUGS

Top

Only indexFormat ==1 is implemented. XML output is not supported (yet).

AUTHOR

Top

NIIBE Yutaka gniibe@fsij.org. See Font::TTF::Font for copyright and licensing.

This was written at the CodeFest Akihabara 2006 hosted by FSIJ.


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