fop 2.0

org.apache.fop.fonts
Class FontDetectorFactory

java.lang.Object
  extended by org.apache.fop.fonts.FontDetectorFactory

public final class FontDetectorFactory
extends java.lang.Object

A factory that provides the font detecting machanism.


Method Summary
static FontDetector createDefault()
          Creates the default font detector
static FontDetector createDisabled()
          Creates a disabled font detector which, by definition, does nothing to detect fonts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDefault

public static FontDetector createDefault()
Creates the default font detector

Returns:
the default font detector

createDisabled

public static FontDetector createDisabled()
Creates a disabled font detector which, by definition, does nothing to detect fonts.

Returns:
the completely restricted font detector

fop 2.0

Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.