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. | ||||
| SVG fonts | svg | Vector fonts used in Linux. They tend to be free. Java does not out-the-box support them. Opera 10 beta supports them, and allows them to be downloaded with a web page so you can use fonts the viewer does not necessarily already have installed. | ||||
| Package | Version | Released | Licence | Language | Notes | ||
|---|---|---|---|---|---|---|---|
FontShowerAwt |
2.9 | 2009-01-23 | free | Java |
summary
❘ facts
❘ screenshot
❘ browse source repository
for the current version of FontShowerAwt.
Displays AWT fonts available to Java on your machine in various styles, sizes and colours.
download
FontShowerAwt Java 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 check out the corresponding source from the Subversion repository, use the TortoiseSVN repo-browser to After you have installed the jar, you can run it 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. |
||
| You can get the freshest copy of this page from: | or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror) | |
| http://mindprod.com/applet/fontshowerawt.html | J:\mindprod\applet\fontshowerawt.html | |
![]() | ||
| Canadian Mind Products | ||
| mindprod.com IP:[65.110.21.43] | ||
| view Blog | Your face IP:[38.107.191.106] | |
| Feedback | You are visitor number 16,064. | |