Class FontCacheManagerFactory

java.lang.Object
org.apache.fop.fonts.FontCacheManagerFactory

public final class FontCacheManagerFactory extends Object
A factory that provides the font caching manager mechanism.
  • Method Details

    • createDefault

      public static FontCacheManager createDefault()
      Create the default font caching mechanism.
      Returns:
      the font cache manager
    • createDisabled

      public static FontCacheManager createDisabled()
      Create a disabled font caching mechanism which by definition does nothing to cache fonts.
      Returns:
      a completely restricted font cache manager