googlefonts / googlefonts/fontmake
GDEF/GPOS output different depending on source format
- Dominant language
- Python
- Stars
- 888
- Forks
- 97
- Avg merge
- 4d 52m
- Merged PRs (30d)
- 1
Description
1. `git clone -b convert-to-ufo --depth 1 https://github.com/madig/cantarell-fonts`
2. Generate fonts with Glyphs from src/Cantarell.glyphs, `ttx -t GDEF Cantarell-Regular.otf`
3. Generate fonts with `fontmake -g Cantarell.glyphs -i -o otf --output-dir /tmp/fm-g`, ttx the GDEF table
4. Generate fonts with `glyphs2ufo Cantarell.glyphs && fontmake -m Cantarell.designspace -i -o otf --output-dir /tmp/fm-d`, ttx the GDEF table
fontmake/ufo2fts' generated table differs depending on the source format. I'm attaching all three ttx'ed GDEF table dumps.
The same diff occurs in the GPOS table (``, etc.).
[gdef-tables.zip](https://github.com/googlei18n/glyphsLib/files/2307879/gdef-tables.zip)
Contributor guide
Assessment
This issue has not been assessed yet.