public class FontManager extends Object
Modifier and Type | Method and Description |
---|---|
static TrueTypeFont |
findTTFont(String fontname)
Search for a true type font for the given font name.
|
static String |
findTTFontname(String fontname)
Search for a font for the given font name.
|
public static String findTTFontname(String fontname)
fontname
- the given font namepublic static TrueTypeFont findTTFont(String fontname) throws IOException
fontname
- the given font nameIOException
- if something went wrongCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.