[android-developers] Re: Foreign Language support/Adding new system fonts

2008-12-15 Thread Eric
Yes, it would be good to have a font picker. Hard to use otherwise. TypeFace has a create method with this signature: create(String familyName, int style). It says familyName is the name of a font family. That seems like a font picker to me, at least in source code. Am I misunderstanding it? On

[android-developers] Re: Foreign Language support/Adding new system fonts

2008-12-04 Thread Dianne Hackborn
Sorry, at this point applications can't add new system fonts, they can only use custom fonts in their own app. We don't even have a font picker, which I think would be the thing to do before allowing new fonts to be added. :) On Wed, Dec 3, 2008 at 4:19 PM, Eric [EMAIL PROTECTED] wrote: Can