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 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)
-
-
-
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:
IOException
TransformerException
-
getBufferedImage
public BufferedImage getBufferedImage(char c) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException, TransformerException
- Throws:
IOException
TransformerException
-
-