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 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
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
48 Only indexFormat ==1 is implemented. XML output is not supported
49 (yet).
50
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
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.30.1 2020-01-30 Font::TTF::EBLC(3)