robotools / extractor

Tools for extracting data from font binaries into UFO objects.
MIT License
51 stars 16 forks source link

Request to allow passing in TTFont object #57

Open NightFurySL2001 opened 1 year ago

NightFurySL2001 commented 1 year ago

Looking into the source code, it seems that extractor converts the file path provided into a TTFont object. Will it be a good idea to separate the method such that the module allows importing a TTFont object for code to directly access it?

benkiel commented 1 year ago

Yes, will do