This servlet builds GIF image from a bitmap font file (.ffi) and user text.

You can choose the bitmap font through the font parameter. Font file format is ffi. To

You can choose the bitmap font through the font parameter. Font file format is ffi. To create your own ffi you need :

  • a bitmap file (GIF/JPEG) with the graphical fonts (letters should be placed in a regular grid). You can get free fonts
  • a font descriptor : grid dimensions, yspacing, index. Look at the example included in package : fontser.java
  • compile and run fontser.java to create your ffi file.
  • You can choose the text to display with the text parameter. As an URL is used, the character like space have to be encoded (e.g text=hello world ! becomes text=hello%20world%21).

Download from: Homepage




Author:
admin
Time:
Friday, April 25th, 2008 at 2:28 am
Category:
Image Galleries, Image Tools, Web Hosting Tools
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation:

Leave a Reply