Module allsorts::tables

source ·
Expand description

OpenType font table parsing and writing.

Modules

  • Parsing and writing of the cmap table.
  • Parsing and writing of the glyf table.
  • Parsing and writing of the loca table.
  • Parsing of the OS/2 table.
  • SVG table parsing.

Structs

Enums

Constants

  • Magic value identifying a CFF font (OTTO)
  • Magic value identifying a TrueType font collection ttcf
  • Magic number identifying TrueType 1.0

Traits