linebender / norad

Rust crate for working with Unified Font Object files
Apache License 2.0
43 stars 12 forks source link

UFOZ support #262

Open madig opened 2 years ago

madig commented 2 years ago

More of a "maybe" issue. I personally have never seen UFOZ (zipped UFO packages) in the wild but apparently they do exist. Loading them would probably mean decoupling reading and writing files to disk and (de)serializing them into structures (i.e. have from_path and from_bytes methods on various structs where the former calls the latter.