Reputation: 881
I want to convert given English characters to Hindi. For example there is a name like John in English it has to be converted to Hindi जॉन. Can I use Freetype and ICU for that? I want in Linux and C platform.
Upvotes: 0
Views: 342
Reputation: 4350
Freetype is for rendering, but from a text perspective you can use ICU Transforms such as Latin-Devanagari
. you can try the demo also.
Upvotes: 1