Font2DTest

An encompassing font/glyph demo application. Source code is in
Font2DTest.java,
Font2DTestApplet.java,
RangeMenu.java and
FontPanel.java.
You can run this program either as an applet or as an application.
Detailed information about the program can be found in README.txt

To run it as an application, execute the Font2DTest class. For example:

% java -jar Font2DTest.jar

Note: If AWTPermission's showWindowWithoutWarningBanner permission is not given,
the zoom feature will not look as good, as characters may be hidden by the warning banner.