Hello,
I am trying to use arabic fonts in my application. I have already
managed to view Arabic fonts by using the appends folder and
TextView tv.setTypeface(typeface).
The problem is that menus require just de id number or the
Charsequence, and I cannot use tv.setTypeface since I do not have a
way of accesing to its inner TextView.
Do you know some way to do that?
Thanks.
Christian.


