Open hamidhma opened 2 years ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
For more information, open the CLA check for this pull request.
but don't run the autoformatter on the python sources that are generated by flatbuffer itself, of course. there's no point reformatting autogenerated code
So I generated python classes for UFOFontInfo by executing "flatc -p", Then I wrote a code that reads a UFO and serializes it to a Flatfont (For now, just FontInfo). Here in the python code ufoff.py, the main concern was skipping the process of calling all setter methods one by one.