1Font::TTF::EBDT(3) User Contributed Perl Documentation Font::TTF::EBDT(3)
2
3
4
6 Font::TTF::EBDT - Embeeded Bitmap Data Table
7
9 Contains the metrics and bitmap image data.
10
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
19 $t->read
20
21 Reads the embedded bitmap data from the TTF file into memory. This
22 routine should be called _after_ {'EBLC'}->read.
23
24 $t->update
25
26 Update EBLC information using EBDT data.
27
28 $t->out($fh)
29
30 Outputs the bitmap data of embedded bitmap for this font.
31
33 Only Format 7 is implemented. XML output is not supported (yet).
34
36 NIIBE Yutaka gniibe@fsij.org. See Font::TTF::Font for copyright and
37 licensing.
38
39 This was written at the CodeFest Akihabara 2006 hosted by FSIJ.
40
41
42
43perl v5.8.8 2005-06-14 Font::TTF::EBDT(3)