On Fri, Nov 07, 2008 at 12:30:26PM +0530, Harish Amur <[EMAIL PROTECTED]> wrote: > I have been using the edittext to show unicode text. > [...] > Is there a default font that I can specify without > having to include an external file?
If you omit the font= parameter in .edittext, and make sure the size= parameter is a percentage (e.g. 100%), it will use a default font. Greetings Matthias
