Skip to content

EBLC table

Indexes the location and format of embedded bitmap glyphs within the EBDT table.

Scope

  • Format family: Shared SFNT
  • Table tag in JSON: EBLC

Specs

JSON Skeleton

This skeleton reflects fields currently parsed/written by Font Flux JS for this table.

json
{
  "tables": {
    "EBLC": {
      "_checksum": 0
    }
  }
}

Top-level Fields

  • No strongly inferred top-level parsed fields found (table may be raw/opaque or heavily nested).

Additional Nested Keys Seen In Implementation

  • None inferred from source.

Notes

  • Preserve _checksum for stable round-tripping.
  • If a table is only partially understood, prefer keeping unknown bytes in _raw instead of dropping data.
  • Validate with .validate() after edits.