de.mud.terminal
Class SoftFont
java.lang.Object
  |
  +--de.mud.terminal.SoftFont
- public class SoftFont- extends java.lang.Object
Any characters that are not available in standard java fonts may be
 drawn using the softfont utility. This utility class was derived from
 the cpi fonts used in linux console drivers.
 Font file generated by cpi2fnt
 
 Maintainer: Marcus Meissner
- Version:
- $Id: SoftFont.java,v 2.8 2003/07/01 17:52:41 marcus Exp $
- Author:
- Matthias L. Jugel, Marcus Meissner
 
| Method Summary | 
|  void | drawChar(java.awt.Graphics g,
         char c,
         int x,
         int y,
         int cw,
         int ch)
 | 
|  boolean | inSoftFont(char c)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SoftFont
public SoftFont()
inSoftFont
public boolean inSoftFont(char c)
- 
 
drawChar
public void drawChar(java.awt.Graphics g,
                     char c,
                     int x,
                     int y,
                     int cw,
                     int ch)
-