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) |
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)
public void printChar(PrintWriter pw, char c) throws IOException, TransformerException
IOExceptionTransformerExceptionpublic BufferedImage getBufferedImage(char c) throws IOException
IOExceptionpublic static void main(String[] args) throws IOException, TransformerException
IOExceptionTransformerExceptionCopyright © 2017. All rights reserved.