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

NAME

6       Font::TTF::EBLC - Embeeded Bitmap Location Table
7

DESCRIPTION

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

INSTANCE VARIABLES

15       The information specified '(R)ead only' is read only, those are
16       calculated from EBDT, when it is 'update'-ed.
17
18       bitmapSizeTable
19           An array of tables of following information
20
21           indexSubTableArrayOffset (R)
22           indexTablesSize (R)
23           numberOfIndexSubTables (R)
24           colorRef
25           hori
26           vert
27           startGlyphIndex (R)
28           endGlyphIndex (R)
29           ppemX
30           ppemY
31           bitDepth
32           flags
33       indexSubTableArray (R)
34           An array which contains range information.
35
36       indexSubTable (R)
37           An array which contains offsets of EBDT table.
38

METHODS

40   $t->read
41       Reads the location information of embedded bitmap from the TTF file
42       into memory
43
44   $t->out($fh)
45       Outputs the location information of embedded bitmap for this font.
46

BUGS

48       Only indexFormat ==1 is implemented.  XML output is not supported
49       (yet).
50

AUTHOR

52       NIIBE Yutaka <mailto:gniibe@fsij.org>.  This was written at the
53       CodeFest Akihabara 2006 hosted by FSIJ.
54
55       Patch sent with licensing requirements??
56

LICENSING

58       Copyright (c) 1998-2016, SIL International (http://www.sil.org)
59
60       This module is released under the terms of the Artistic License 2.0.
61       For details, see the full text of the license in the file LICENSE.
62
63
64
65perl v5.32.1                      2021-01-27                Font::TTF::EBLC(3)
Impressum