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

NAME

6       Font::TTF::EBDT - Embeeded Bitmap Data Table
7

DESCRIPTION

9       Contains the metrics and bitmap image data.
10

INSTANCE VARIABLES

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           format  Only 7 is supported.
18
19           height
20           width
21           horiBearingX
22           horiBearingY
23           horiAdvance
24           vertBearingX
25           vertBearingY
26           vertAdvance
27           imageData
28

METHODS

30   $t->read
31       Reads the embedded bitmap data from the TTF file into memory.  This
32       routine should be called _after_ {'EBLC'}->read.
33
34   $t->update
35       Update EBLC information using EBDT data.
36
37   $t->out($fh)
38       Outputs the bitmap data of embedded bitmap for this font.
39

BUGS

41       Only Format 7 is implemented.  XML output is not supported (yet).
42

AUTHOR

44       NIIBE Yutaka <mailto:gniibe@fsij.org>.  This was written at the
45       CodeFest Akihabara 2006 hosted by FSIJ.
46
47       ?? patch sent with licensing requirements or not?
48

LICENSING

50       Copyright (c) 1998-2016, SIL International (http://www.sil.org)
51
52       This module is released under the terms of the Artistic License 2.0.
53       For details, see the full text of the license in the file LICENSE.
54
55
56
57perl v5.30.1                      2020-01-30                Font::TTF::EBDT(3)
Impressum