retromuz
retromuz

Reputation: 799

Install custom font

I have seen android applications once installed on any Android device, I can see new fonts coming to Settings and I can set the system font to what it had installed. How to write such an application so that I can setup unicode for Sinhala with my MalithiWeb.ttf? I have the ttf. I have experience in writing Android apps.

Found the answer myself. Thanks guys for your replies! http://forum.xda-developers.com/showthread.php?t=755472

Upvotes: 0

Views: 2256

Answers (1)

Yevgeny Simkin
Yevgeny Simkin

Reputation: 28439

Just follow the instructions here: http://www.barebonescoder.com/2010/05/android-development-using-custom-fonts/

I'm pretty sure it works just as well with ttf. I use TTF in my apps all the time, but I'm drawing them manually (not via XML), however, I think it works the same way under the hood.

Upvotes: 2

Related Questions