|
-
April 6th, 1999, 12:19 PM
#3
Re: Getting available fonts
Hi.
Actually, it is possible.
What I did last winter (when doing a simple paint applet) was something like this:
FontX oFontX = new FontX();
String[] oFonts = oFontx.getFontList();
(you might have to import com.ms.awt.*)
This works for getting all the available font types (for example for loading into a combo box) but that doesn't change the fact that you can't use any TrueType fonts in the applet. At least I couldn't. Let me know if you find out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|