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 Reads the location information of embedded bitmap from the TTF file
23 into memory
24
25 $t->out($fh)
26 Outputs the location information of embedded bitmap for this font.
27
29 Only indexFormat ==1 is implemented. XML output is not supported
30 (yet).
31
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
39 Hey! The above document had some coding errors, which are explained
40 below:
41
42 Around line 23:
43 =over should be: '=over' or '=over positive_number'
44
45 Around line 46:
46 You forgot a '=back' before '=head1'
47
48
49
50perl v5.10.1 2008-06-11 Font::TTF::EBLC(3)