?? readme.txt
字號:
Typo Servlet 1.0
Copyright JavaZOOM 1999-2000
Homepage : http://javazoom.hypermart.net
Source Files :
------------
fontgrabber.java (Image builder)
fontinfo.java (font information)
typo.java (servlet)
fontser.java (.ffi builder)
GifEncoder.java (from www.acme.com)
ImageEncoder.java (from www.acme.com)
IntHashTable.java (from www.acme.com)
Other Files :
-----------
bennyfnt.gif (Raw font file)
bennyfnt.ffi (FontInfo file)
How to build class files :
------------------------
Check that JSDK package is in your CLASSPATH.
Then try javac -d . *.java
Note : PATH variable in typo.java is the path to .ffi files.
It should be setup.(Depending on your servlet engine configuration)
Default is "./". (Do not forget the slash at the end).
How to run :
----------
Url should follow : http://mydomain/myservlets/typo?font=myfont&text=mytext
- myfont parameter is the name of the fontinfo file (without the .ffi)
- mytext parameter is the text you want to display (use %20 for space)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -