Re: [android-developers] A way to adding Unicode font to SoftKeyboard

2011-07-08 Thread Randil Pushpananda
Thanks Vinod. I ll check it. On Thu, Jul 7, 2011 at 9:55 AM, Vinod Pache vinodpach...@gmail.com wrote: u have to put the font in the system folder of android .have to make an entry in the source of the skia libraray of the android source code.. path to source code:-

[android-developers] A way to adding Unicode font to SoftKeyboard

2011-07-06 Thread Randil
I am developing a predictive text input system for Sinhala language. So I started with sample SoftKeyboard and still I could see only white boxes. I tried to change the some codes inside the CandidateView.java in the SoftKeyboard sample as follows. I am new to the android. I want to know how to

Re: [android-developers] A way to adding Unicode font to SoftKeyboard

2011-07-06 Thread Vinod Pache
u have to put the font in the system folder of android .have to make an entry in the source of the skia libraray of the android source code.. path to source code:- ./Android_Source/external/skia/src/ports file name: SkFontHost_android.cpp add ur unicode font in the array and