Change font in textarea

Upload core product.
Post Reply
import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Change font in textarea

Post by import »

I want to text in a specified physical font. I am unable to change the font inside the text area. Can any one give me any suggestions how to do it.

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: Change font in textarea

Post by import »

You can setup your own font in i18n.properties (see font.face at the end of the file). Use "resources" parameter to enable internationalization.

vlad
Posts: 82
Joined: Sun Jan 04, 2009 6:38 pm

Re: Change font in textarea

Post by vlad »

I have "lookandfeel=auto", how can I have the same font in all browsers and all operating systems, without having the applet load a ~1MB font file every time? Java must have at least one font face that I can use, but how?

Post Reply