This issue tracks the current progress of describing [OpenType font files](https://learn.microsoft.com/en-us/typography/opentype/spec/otff) in [`formats/opentype.fathom`](https://github.com/yeslogic/fathom/blob/main/formats/opentype.fathom): - [Required Tables](https://docs.microsoft.com/en-us/typography/opentype/spec/otff#required-tables) - [x] "cmap" - [x] "head" - [x] "hhea" - [x] "maxp" - [x] "hmtx" - [x] "name" - [x] "OS/2" - [x] "post" - [TrueType Outline Tables](https://docs.microsoft.com/en-us/typography/opentype/spec/otff#tables-related-to-truetype-outlines) - [ ] "cvt " - [ ] "fpgm" - [ ] "glyf" (see #394) - [x] "loca" - [ ] "prep" - [ ] "gasp" - [CFF Outline Tables](https://docs.microsoft.com/en-us/typography/opentype/spec/otff#tables-related-to-cff-outlines) - [ ] "CFF " - [ ] "CFF2" - [ ] "VORG" - [SVG Outline Tables](https://docs.microsoft.com/en-us/typography/opentype/spec/otff#table-related-to-svg-outlines) - [ ] "SVG " - [Bitmap Glyph Tables](https://docs.microsoft.com/en-us/typography/opentype/spec/otff#tables-related-to-bitmap-glyphs) - [ ] "EBDT" - [ ] "EBLC" - [ ] "EBSC" - [Color Bitmap Glyph Tables](https://docs.microsoft.com/en-us/typography/opentype/spec/otff#tables-related-to-bitmap-glyphs) - [ ] "CBDT" - [ ] "CBLC" - [ ] "sbix" - [Advanced Typographic Tables](https://docs.microsoft.com/en-us/typography/opentype/spec/otff#advanced-typographic-tables) - [ ] "BASE" - [x] "GDEF" - [x] "GPOS" - [x] "GSUB" - [ ] "JSTF" - [ ] "MATH" - [OpenType Font Variation Tables](https://docs.microsoft.com/en-us/typography/opentype/spec/otff#tables-used-for-opentype-font-variations) - [ ] "avar" - [ ] "cvar" - [ ] "fvar" - [ ] "gvar" - [ ] "HVAR" - [ ] "MVAR" - [ ] "STAT" - [ ] "VVAR" - [Color Font Tables](https://docs.microsoft.com/en-us/typography/opentype/spec/otff#tables-related-to-color-fonts) - [ ] "COLR" - [ ] "CPAL" - [Other OpenType Tables](https://docs.microsoft.com/en-us/typography/opentype/spec/otff#other-opentype-tables) - [ ] "DSIG" - [ ] "hdmx" - [ ] "kern" - [ ] "LTSH" - [ ] "MERG" - [ ] "meta" - [ ] "PCLT" - [ ] "VDMX" - [ ] "vhea" - [ ] "vmtx"
This issue tracks the current progress of describing OpenType font files in
formats/opentype.fathom:glyftable #394)