Fathi wrote:
> Hello every one,
> i just want to use the droidSans and/or droidٍSerif font in my
> application I am using emulator to test as i did not have a device
> 
> i tried to create Typeface.Create("DroidSans", Typeface.Normal) but
> the Font not changed i tried all the droid font family with no result
> 
> i think emulator use only 1 font
> 
> any one know any thing about that?

The emulator has all three of the Droid series of fonts.

Use Typeface.SANS_SERIF, Typeface.SERIF, or Typeface.MONO as the first
parameter to Typeface#create().

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com

Android Training on the Ranch! -- Mar 16-20, 2009
http://www.bignerdranch.com/schedule.shtml

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to