daltonmaag / ubuntu

Other
31 stars 5 forks source link

Store maxp table in data folder instead of lib.plist. #8

Closed madig closed 6 years ago

madig commented 6 years ago

vttLib 0.7.4 warns: WARNING: storing maxp in lib.plist is deprecated; use data folder instead

anthrotype commented 6 years ago

you need to re-run python -m vttLib dump font.ttf [font.ufo] to export the maxp data to the UFO data subfolder

madig commented 6 years ago

Fixed by PR https://github.com/daltonmaag/ubuntu/pull/15.