0N/A<html>
0N/A<!-- Changed by: Shinsuke Fukuda, 4-Aug-2000 -->
0N/A<head>
0N/A<title>
0N/AFont2DTest Demo
0N/A</title>
0N/A</head>
0N/A
0N/A<BODY BGCOLOR="#FFFFFF">
0N/A<font size=-1>
0N/A<hr>
0N/A</font>
0N/A
0N/A<h1>
0N/AFont2DTest
0N/A</h1>
0N/A
0N/AAn encompassing font/glyph demo application.
0N/ASource code is in <BR>
0N/A<a href=src/Font2DTest.java>Font2DTest.java</a>,<BR>
0N/A<a href=src/Font2DTestApplet.java>Font2DTestApplet.java</a>,<BR>
0N/A<a href=src/RangeMenu.java>RangeMenu.java</a> and<BR>
0N/A<a href=src/FontPanel.java>FontPanel.java</a>.<BR>
0N/AYou can run this program either as an applet or as an application.<BR>
0N/ADetailed information about the program can be found in
0N/A<a href=README.txt>README.txt</a><BR>
0N/A
0N/A<p>To run it as an application,
0N/Aexecute the <code>Font2DTest</code> class.
0N/AFor example:
0N/A
0N/A<blockquote>
0N/A<pre>
0N/A% <b>java -jar Font2DTest.jar</b>
0N/A</pre>
0N/A</blockquote>
0N/A
0N/A<p>
0N/ANote: If AWTPermission's showWindowWithoutWarningBanner permission is not given,<BR>
0N/Athe zoom feature will not look as good, as characters may be hidden by the warning banner.<BR>
0N/A
0N/A<APPLET code="Font2DTestApplet.class" archive="Font2DTest.jar" width="850" height="700">
0N/A</APPLET>
0N/A
0N/A<hr>
0N/A<font size=-1>
0N/A</font>
0N/A</body>
0N/A</html>