Font::TTF::EBDT - Embeeded Bitmap Data Table


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

Index


NAME

Top

Font::TTF::EBDT - Embeeded Bitmap Data Table

DESCRIPTION

Top

Contains the metrics and bitmap image data.

INSTANCE VARIABLES

Top

Only has 'bitmap' instance variable. It is an array of assosiative array keyed by glyph-id. The element is an object which consists of metric information and image data.

bitmap object

METHODS

Top

$t->read

Reads the embedded bitmap data from the TTF file into memory. This routine should be called _after_ {'EBLC'}->read.

$t->update

Update EBLC information using EBDT data.

$t->out($fh)

Outputs the bitmap data of embedded bitmap for this font.

BUGS

Top

Only Format 7 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.