GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Font::TTF::EBDT(3) User Contributed Perl Documentation Font::TTF::EBDT(3)

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

Contains the metrics and bitmap image data.

Only has 'bitmap' instance variable. It is an array of assosiative array keyed by glyph-id. The element is an object which consists of metric information and image data.
bitmap object
format
Only 7 is supported.
height
width
horiBearingX
horiBearingY
horiAdvance
vertBearingX
vertBearingY
vertAdvance
imageData

Reads the embedded bitmap data from the TTF file into memory. This routine should be called _after_ {'EBLC'}->read.

Update EBLC information using EBDT data.

Outputs the bitmap data of embedded bitmap for this font.

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

NIIBE Yutaka <mailto:gniibe@fsij.org>. This was written at the CodeFest Akihabara 2006 hosted by FSIJ.

?? patch sent with licensing requirements or not?

Copyright (c) 1998-2016, SIL International (http://www.sil.org)

This module is released under the terms of the Artistic License 2.0. For details, see the full text of the license in the file LICENSE.

2016-08-03 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.