de.mud.terminal

Class 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 499 2005-09-29 08:24:54Z leo $
Author:
Matthias L. Jugel, Marcus Meissner

Constructor Summary

SoftFont()

Method Summary

void
drawChar(Graphics g, char c, int x, int y, int cw, int ch)
boolean
inSoftFont(char c)

Constructor Details

SoftFont

public SoftFont()

Method Details

drawChar

public void drawChar(Graphics g,
                     char c,
                     int x,
                     int y,
                     int cw,
                     int ch)

inSoftFont

public boolean inSoftFont(char c)