1Font::TTF::EBDT(3)    User Contributed Perl Documentation   Font::TTF::EBDT(3)
2
3
4

NAME

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

DESCRIPTION

9       Contains the metrics and bitmap image data.
10

INSTANCE VARIABLES

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

METHODS

19   $t->read
20       Reads the embedded bitmap data from the TTF file into memory.  This
21       routine should be called _after_ {'EBLC'}->read.
22
23   $t->update
24       Update EBLC information using EBDT data.
25
26   $t->out($fh)
27       Outputs the bitmap data of embedded bitmap for this font.
28

BUGS

30       Only Format 7 is implemented.  XML output is not supported (yet).
31

AUTHOR

33       NIIBE Yutaka gniibe@fsij.org.  See Font::TTF::Font for copyright and
34       licensing.
35
36       This was written at the CodeFest Akihabara 2006 hosted by FSIJ.
37
38
39
40perl v5.16.3                      2012-02-23                Font::TTF::EBDT(3)
Impressum