Font::TTF::EBLC - Embedded Bitmap Location Table
| Use Case | Command | Description |
|---|---|---|
| 📂 Read EBLC data from a font file | $t->read | Reads the location information of embedded bitmap from the TTF file into memory |
| 💾 Output EBLC data | $t->out($fh) | Outputs the location information of embedded bitmap for this font to a filehandle |
| 🔍 Access bitmap size table | $t->{'bitmapSizeTable'} | Array of tables containing metrics like ppem, bitDepth, flags, etc. |
| 🔍 Access index subtable array | $t->{'indexSubTableArray'} | Array of range information (read-only) |
| 🔍 Access index subtables | $t->{'indexSubTable'} | Array of offsets to EBDT data (read-only) |
Contains the sizes and glyph ranges of bitmaps, and the offsets to glyph bitmap data in indexSubTables for EBDT.
Possibly contains glyph metrics information.
The information specified (R)ead only is read only, those are calculated from EBDT, when it is update-ed.
An array of tables of following information:
An array which contains range information.
An array which contains offsets of EBDT table.
$t->readReads the location information of embedded bitmap from the TTF file into memory.
$t->out($fh)Outputs the location information of embedded bitmap for this font.
Only indexFormat == 1 is implemented. XML output is not supported (yet).
NIIBE Yutaka <mailto:gniibe AT fsij.org>. This was written at the CodeFest Akihabara 2006 hosted by FSIJ.
Patch sent with licensing requirements??
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.
Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-22 03:09 @2600:1f28:365:80b0:8802:8bb4:3873:328e
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format