com.aspose.slides
Class FontsLoader

java.lang.Object
  extended by com.aspose.slides.FontsLoader

public class FontsLoader
extends java.lang.Object

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)
          Method for loading custom fonts.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontsLoader

public FontsLoader()
Method Detail

loadExternalFonts

public static void loadExternalFonts(java.lang.String[] paths)
Method for loading custom fonts.

Parameters:
paths - - array of strings containing path to folder with custom fonts