1Font::TTF::EBLC(3) User Contributed Perl Documentation Font::TTF::EBLC(3)
2
3
4
6 Font::TTF::EBLC - Embeeded Bitmap Location Table
7
9 Contains the sizes and glyph ranges of bitmaps, and the offsets to
10 glyph bitmap data in indexSubTables for EBDT.
11
12 Possibly contains glyph metrics information.
13
15 are calculated from EBDT, when it is 'update'-ed.
16 bitmapSizeTable An array of tables of following information
17 indexSubTableArray (R) An array which contains range information.
18 indexSubTable (R) An array which contains offsets of EBDT table.
19
21 $t->read
22
23 Reads the location information of embedded bitmap from the TTF file
24 into memory
25
26 $t->out($fh)
27
28 Outputs the location information of embedded bitmap for this font.
29
31 Only indexFormat ==1 is implemented. XML output is not supported
32 (yet).
33
35 NIIBE Yutaka gniibe@fsij.org. See Font::TTF::Font for copyright and
36 licensing.
37
38 This was written at the CodeFest Akihabara 2006 hosted by FSIJ.
39
40
41
42perl v5.8.8 2005-06-14 Font::TTF::EBLC(3)