com.atlassian.confluence.util
Class DefaultFontManager.CustomFontInfo

java.lang.Object
  extended by org.apache.fop.configuration.FontInfo
      extended by com.atlassian.confluence.util.DefaultFontManager.CustomFontInfo
Enclosing class:
DefaultFontManager

public static class DefaultFontManager.CustomFontInfo
extends org.apache.fop.configuration.FontInfo


Constructor Summary
DefaultFontManager.CustomFontInfo(String name, String metricsFile, boolean kerning, List fontTriplets, String embedFile)
           
 
Method Summary
 URL getEmbedFile()
           
 URL getMetricsFile()
           
 
Methods inherited from class org.apache.fop.configuration.FontInfo
getFontTriplets, getKerning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFontManager.CustomFontInfo

public DefaultFontManager.CustomFontInfo(String name,
                                         String metricsFile,
                                         boolean kerning,
                                         List fontTriplets,
                                         String embedFile)
Method Detail

getMetricsFile

public URL getMetricsFile()
                   throws org.apache.fop.apps.FOPException
Overrides:
getMetricsFile in class org.apache.fop.configuration.FontInfo
Throws:
org.apache.fop.apps.FOPException

getEmbedFile

public URL getEmbedFile()
                 throws org.apache.fop.apps.FOPException
Overrides:
getEmbedFile in class org.apache.fop.configuration.FontInfo
Throws:
org.apache.fop.apps.FOPException


Confluence is developed by Atlassian.