readme.txt

来自「使用servlet开发的动态生成GIF图像」· 文本 代码 · 共 42 行

TXT
42
字号
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 + =
减小字号Ctrl + -
显示快捷键?