florianpircher / informa

Informa is a font compiler for digital typography.
https://docs.rs/informa/
Apache License 2.0
0 stars 0 forks source link

Use otf-fea-rs #1

Open davelab6 opened 3 years ago

davelab6 commented 3 years ago

https://github.com/wrl/otf-fea-rs may be relevant to this project

florianpircher commented 3 years ago

otf-fea-rs indeed looks interesting. I am planing to design the Informa architecture such that multiple OpenType layout feature backends can be used, from AFDKO (like otf-fea-rs), to FEE, to Glyphs’s AFDKO extensions, or any other feature code compiler.

FEE is nice, but would add a Python dependency to this project. Thats why a Rust implementation of .fea is a great match and a good starting point.

Thank you for considering and helping me in such an early-stage project like this!