Once googlefonts/fontc#236 is merged we can compile Oswald. Next step, this milestone, is to ttx ours vs fontmake's and have only expected diffs.
Oswald is a nice single-axis family to test with per https://github.com/googlefonts/oxidize/blob/main/text/2023-04-10-test-fonts.md.
To build/compare:
# install fontmake into a venv and activate
git clone git@github.com:googlefonts/OswaldFont.git
git clone git@github.com:googlefonts/fontmake-rs.git
# generate a UFO to test with
pushd OswaldFont
fontmake sources/Oswald.glyphs -o ufo
# you now have a master_ufo/Oswald.designspace
cd fontmake-rs
# Can we match fontmake on .glyphs ?
python resources/scripts/ttx_diff.py ../OswaldFont/sources/Oswald.glyphs
# Can we match fontmake on .designspace?
python resources/scripts/ttx_diff.py ../OswaldFont/master_ufo/Oswald.designspace
List view
0 issues of 0 selected
There are no open issues in this milestone
Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.