Class FontChecker
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.FontChecker
-
public class FontChecker extends Object
-
-
Constructor Summary
Constructors Constructor Description FontChecker(UFont font)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedImagegetBufferedImage(char c)StringgetCharDesc(char c)StringgetCharDescVerbose(char c)booleanisCharOk(char c)static voidmain(String[] args)voidprintChar(PrintWriter pw, char c)
-
-
-
Constructor Detail
-
FontChecker
public FontChecker(UFont font)
-
-
Method Detail
-
isCharOk
public boolean isCharOk(char c)
-
getCharDesc
public String getCharDesc(char c)
-
getCharDescVerbose
public String getCharDescVerbose(char c)
-
printChar
public void printChar(PrintWriter pw, char c) throws IOException, TransformerException
- Throws:
IOExceptionTransformerException
-
getBufferedImage
public BufferedImage getBufferedImage(char c) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException, TransformerException
- Throws:
IOExceptionTransformerException
-
-