FontShower for AWT FontShower for AWT
home Applets no local find frame, full screen Google search web for topic jump to footer translate with Babelfish by Roedy Green ©1996-2008 Canadian Mind Products
This Applet will help you write Java code. It will show you what AWT fonts are available via Java on your machine, and what they look like in a variety of styles, sizes and colours. There is another version of this program called FontShower for Swing. It display colours only as decimal numbers, so this AWT version is more useful if you are primarily choosing colours rather than fonts. If the font of interest supported all the characters, the display would look like this:
all characters

If the above Font Shower for AWT Java Applet (that can also be run as an application) does not work…

  1. This Java Applet (that can also be run as an application) needs Java 1.2 or later, ideally version 1.6.0_06 and a recent browser.
  2. You should see an Applet above looking much like the screenshot. If you don’t, the following should help you get it working:
  3. If you are using Microsoft Internet Explorer, try another browser. Seriously. Microsoft has taken great pains, over and over, to screw up Java and every other mult-platform standardisation.
  4. If you are using Internet Explorer 7, you must allow blocked content permission for Active X to run. This also gives permission to Java to run. Click the Information bar, and then click Allow blocked content. Unfortunately, this also allows dangerous ActiveX code to run. However, you must do this in order to get access to perfectly-safe Java Applets running in a sandbox. This is part of Microsoft’s war on Java. Don’t put up with it! Use a different browser.
  5. To ensure your Java is up to date, check with Wassup.
  6. If the above Java Applet (that can also be run as an application) does not work, check the Java console for error messages.
  7. If the above Applet hybrid does not work, you might have better luck with the downloadable version.
  8. If you still can’t get the program working click HELP for more detail.
  9. If you can’t get the program working after trying the advice above and from the HELP button below, have bugs to report or ideas to improve the program or its documentation, please send me an email atemail Roedy Green.
Java powered   Get New Java  Get New Browser   Help
FontShowerAwt is displaying the AWT fonts available on your machine via Java. Other people will have different fonts installed and will see different selections available via Java on their machines. Your browser will see a slightly different set of fonts than this Java Applet does. Java has a few extra private fonts, and some browser fonts don’t work with Java.

Unfortunately, in AWT, only the basic logical fonts: Dialog, DialogInput, Monospaced, SansSerif, and Serif are available for use in Labels, TextFields and TextAreas. To get other fonts shown here, you must write a custom component based on Canvas and drawString.

The Canvas displays were done with a custom AWT Canvas-based component. This lets you use all the fonts and all the characters in the fonts. The source code is available.

Java ignores your vector, bitmap and PostScript fonts. It can only use the TrueType and OpenType fonts.

The alternate vanilla AWT TextArea display is based on a native OS peer (as are as Label and TextField). It can only display the 5 basic logical fonts and then only some of the characters in those fonts. You have no control in Java over whether TextAreas are anti-aliased. They are rendered by the OS, not Java, and hence are controlled by whether font smoothing is turned on in the Control Panel.

You may not notice any difference with font-smoothing anti-aliasing. Look for the anti-alias smoothing especially in very large font sizes in capital W in the fonts with thin spidery diagonals, e.g. Bodoni, Book Antiqua, Garamond, Serif and Zapf Calligraphic.

Some of the fonts may just show empty squares. These are older 8-bit fonts that don’t support 16-bit Unicode used by Java. Don’t necessarily delete them ( by clicking control panel ⇒ fonts ⇒ delete) since word processing documents, or the DOS box, may still be using them. on the other hand, pruning out ugly fonts you never use will speed up your machine.

FontShowerAWT will only show Fonts supported under Java.

Font Support Under Java
Font Type Extension Java 1.6 Windows Java 1.6 Linux Java 1.6 Fedora Old Java Windows Notes
OpenType
(TrueType internally)
otf High-end fonts for Windows.
OpenType
(PostScript Adobe CCF internally)
otf High end PostScript fonts. You can detect these by the file signature { 0x4F, 0x54, 0x54, 0x4F } — the string "OTTO", at the head of the file.
TrueType ttf Most common font for Windows.
PostScript pfm/pfb Older style PS fonts. Supported by PostScript printer hardware. Windows itself supports PS fonts, at least with Adobe Type Manager, but Java ignores them.
Bitmap fon Used primarily for small font sizes. Come only a small set of point sizes.
Vector outline fon These are obsolete. Used by Windows without Java.
8-bit fonts any Java needs 16-bit fonts. It won’t use 8-bit fonts directly. Old or specialty 8-bit fonts can be used by stitching them together with a Unicode mapping, a daunting task.
AWT will only support the five basic logical fonts, unless you paint on a Canvas, however oddly under Fedora and AWT you can use up to 82 of your installed fonts. If you try to use more, you get an ArrayIndexOutOfBoundsException. The above information may be incorrect or may become incorrect at any time. Feel free to try any fonts with Java on any platform. The worst that could happen is they won’t work.

PackageVersionReleasedLicenceLanguageNotes 
fontshowerawt
FontShowerAwt
2.7 2008-05-26 free Java
summary / PAD description / screenshot for the current version of FontShowerAwt. Displays AWT fonts available to Java on your machine in various styles, sizes and colours.
download FontShowerAwt source and compiled class files to run on your own machine as an application or Applet. First install the most recent Java. To install, extract the zip download with Winzip, (or similar unzip utility) into any directory you please, often J:\ — ticking off the “user folder names” option. To run as an application,type:
java -jar J:\com\mindprod\fontshowerawt\fontshowerawt.jar
adjusting as necessary to account for where the jar file is.
download ASP PAD XML program description for the current version of FontShowerAwt.
FontShowerAwt is free. Full source included. You may even include the source code, modified or unmodified in commercial programs that you write and distribute. Non-military use only.
   
 
anti-aliasing
browser fonts shows what fonts your browser supports
ClearType
colour
Fonts
FontShower for Swing
FontShower Student Project
other downloads
point
Reuters Unicode Displayer

CMP_homejump to top
CMP logo
feedback Please email your feedback for publication, errors, omissions, broken/redirected link reports
and suggestions to improve this page to Roedy Green : feedback email
made with CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[65.110.21.43]
Your face IP:[38.103.63.18] Spread the Net
You are visitor number 9,487.
You can get a fresh copy of this page from: or possibly from your local J: drive (Java virtual drive/Mindprod website mirror)
http://mindprod.com/applet/fontshowerawt.html J:\mindprod\applet\fontshowerawt.html