seereddi sekhar
seereddi sekhar

Reputation: 881

What is the usage of ICU and Freetype?

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

Answers (1)

Steven R. Loomis
Steven R. Loomis

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

Related Questions