[android-developers] Re: Using Homemade TrueType Fonts In Android

2008-12-14 Thread illiniwatcher
I found out the answer to my own question through experimentation. Thanks to all who looked into this. The short answer is that there was something wrong with my TrueType outlines; I suspect they were too large for Android to render. I was clued in on this when I ran an application using a

[android-developers] Re: Using Homemade TrueType Fonts In Android

2008-12-13 Thread illiniwatcher
Mike: The one that appears is the default Android system font (named something like DroidSans). It's like not having a font applied at all. Any other suggestions? Thanks, Charles On Dec 11, 3:31 pm, Mike Reed r...@google.com wrote: If you substitute yourfontfor the one in ApiDemos, and

[android-developers] Re: Using Homemade TrueType Fonts In Android

2008-12-11 Thread Mike Reed
If you substitute your font for the one in ApiDemos, and rebuild them, do you see yours appear in ApiDemos/src/com/example/android/apis/ graphics/Typefaces.java? On Dec 11, 2008, at 3:58 PM, illiniwatcher wrote: To all: I've noticed that Android lets developers include their own TrueType