Hello,
I maintain an Android application that displays strings of text.
Text can be Tibetan, Arabic, IPA, Thai, Ancient Greek, etc...
A lot of users complain about some characters being displayed as squares sometimes.
So here is what I want to do:
1) Gather a collection of various open source fonts.
2) Use sfntly to create a database of mappings {character→best font for that character}
3) In the Android app, use this database to dynamically use the best font.
Questions:
A) Is it a crazy idea?
B) Am I re-inventing the wheel, has someone already done this and created such a database that I could reuse?
C) Is step 2 implementable with sfntly? Or is there a more adapted tool?
Thanks a lot!
Nicolas Raoul