2
|
1 |
<html>
|
|
2 |
<!-- Changed by: Shinsuke Fukuda, 4-Aug-2000 -->
|
|
3 |
<head>
|
|
4 |
<title>
|
|
5 |
Font2DTest Demo
|
|
6 |
</title>
|
|
7 |
</head>
|
|
8 |
|
|
9 |
<BODY BGCOLOR="#FFFFFF">
|
|
10 |
<font size=-1>
|
|
11 |
<hr>
|
|
12 |
</font>
|
|
13 |
|
|
14 |
<h1>
|
|
15 |
Font2DTest
|
|
16 |
</h1>
|
|
17 |
|
|
18 |
An encompassing font/glyph demo application.
|
|
19 |
Source code is in <BR>
|
|
20 |
<a href=src/Font2DTest.java>Font2DTest.java</a>,<BR>
|
|
21 |
<a href=src/Font2DTestApplet.java>Font2DTestApplet.java</a>,<BR>
|
|
22 |
<a href=src/RangeMenu.java>RangeMenu.java</a> and<BR>
|
|
23 |
<a href=src/FontPanel.java>FontPanel.java</a>.<BR>
|
|
24 |
You can run this program either as an applet or as an application.<BR>
|
|
25 |
Detailed information about the program can be found in
|
|
26 |
<a href=README.txt>README.txt</a><BR>
|
|
27 |
|
|
28 |
<p>To run it as an application,
|
|
29 |
execute the <code>Font2DTest</code> class.
|
|
30 |
For example:
|
|
31 |
|
|
32 |
<blockquote>
|
|
33 |
<pre>
|
|
34 |
% <b>java -jar Font2DTest.jar</b>
|
|
35 |
</pre>
|
|
36 |
</blockquote>
|
|
37 |
|
|
38 |
<p>
|
|
39 |
Note: If AWTPermission's showWindowWithoutWarningBanner permission is not given,<BR>
|
|
40 |
the zoom feature will not look as good, as characters may be hidden by the warning banner.<BR>
|
|
41 |
|
|
42 |
<APPLET code="Font2DTestApplet.class" archive="Font2DTest.jar" width="850" height="700">
|
|
43 |
</APPLET>
|
|
44 |
|
|
45 |
<hr>
|
|
46 |
<font size=-1>
|
|
47 |
</font>
|
|
48 |
</body>
|
|
49 |
</html>
|