public class FontChecker extends Object
Constructor and Description |
---|
FontChecker(UFont font) |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
getBufferedImage(char c) |
String |
getCharDesc(char c) |
String |
getCharDescVerbose(char c) |
boolean |
isCharOk(char c) |
static void |
main(String[] args) |
protected void |
printChar(PrintWriter pw,
char c) |
public FontChecker(UFont font)
public boolean isCharOk(char c)
public String getCharDesc(char c)
public String getCharDescVerbose(char c)
protected void printChar(PrintWriter pw, char c) throws IOException, TransformerException
IOException
TransformerException
public BufferedImage getBufferedImage(char c) throws IOException
IOException
public static void main(String[] args) throws IOException, TransformerException
IOException
TransformerException
Copyright © 2014. All Rights Reserved.