public class FontChecker
extends java.lang.Object
| Constructor and Description |
|---|
FontChecker(UFont font) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
getBufferedImage(char c) |
java.lang.String |
getCharDesc(char c) |
java.lang.String |
getCharDescVerbose(char c) |
boolean |
isCharOk(char c) |
static void |
main(java.lang.String[] args) |
void |
printChar(java.io.PrintWriter pw,
char c) |
public FontChecker(UFont font)
public boolean isCharOk(char c)
public java.lang.String getCharDesc(char c)
public java.lang.String getCharDescVerbose(char c)
public void printChar(java.io.PrintWriter pw,
char c)
throws java.io.IOException,
javax.xml.transform.TransformerException
java.io.IOExceptionjavax.xml.transform.TransformerExceptionpublic java.awt.image.BufferedImage getBufferedImage(char c)
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException,
javax.xml.transform.TransformerException
java.io.IOExceptionjavax.xml.transform.TransformerException