Hi, might it possible to change the typeface of the composing text for
an input method with my own font ?

I built a typeface and changed the typeface of view sucessfully with
my own font (Paint.setTypeface).
I could also changed the composing text's typeface by using
typefacespan using the system embeded font
(compsing.setSpan("monospace", 0, composing.length(),
Spanned.SPAN_COMPOSING);).

However, I could not find a way to change the composing text with
typeface, creating typefacespan with own font, or convert the typeface
to typefacespan. Are there any solution for it?
It would be great if there have a way to change all the typeface, such
as view and composing text, at the same time.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to