Appearance
bdat table
Stores bitmap glyph image data in Apple-format bitmap fonts.
Scope
- Format family: Apple AAT
- Table tag in JSON:
bdat
Overview
The bdat (bitmap data) table is Apple's equivalent of the OpenType CBDT/EBDT tables. It stores the actual bitmap glyph image data.
The binary format is identical to CBDT — Font Flux JS delegates parsing and writing to the CBDT implementation.
Specs
JSON Structure
Same structure as the CBDT table. See that page for field documentation.
Notes
- Always paired with a
bloctable (the bitmap locations/index). - Preserve
_checksumfor stable round-tripping. - Validate with
.validate()after edits.