|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FontsLoader
public class FontsLoader
Class for loading custom fonts defined by user. Works for Java 1.6 and higher. Should be used before creating any presention objects. Optionally user can add custom fonts directories to Java-machine command line parameters, for example: java ... -Daspose.custom.fonts=D:/fonts1;D:/fonts2;D:/fonts3 ...
Constructor Summary | |
---|---|
FontsLoader()
|
Method Summary | |
---|---|
static void |
loadExternalFonts(java.lang.String[] paths)
Adds additional folders to seek fonts. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FontsLoader()
Method Detail |
---|
public static void loadExternalFonts(java.lang.String[] paths)
Adds additional folders to seek fonts.
directories
- Directories to read additional fonts.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |