|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fontbox.util.FontManager
public class FontManager
This class is used as manager for local fonts. It's based on the font manager provided by Apache FOP. see org.apache.fop.fonts.FontManager.java
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String findTTFontname(String fontname)
fontname - the given font name
public static TrueTypeFont findTTFont(String fontname)
throws IOException
fontname - the given font name
IOException - if something went wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||