Package org.apache.fop.fonts
Class DefaultFontConfig.Directory
- java.lang.Object
-
- org.apache.fop.fonts.DefaultFontConfig.Directory
-
- Enclosing class:
- DefaultFontConfig
public static final class DefaultFontConfig.Directory extends java.lang.Object
The directory to find fonts within.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDirectory()
Returns a String representing the directory to find fonts within.boolean
isRecursive()
Returns whether or not to recurse through the directory when finding fonts.
-
-
-
Method Detail
-
getDirectory
public java.lang.String getDirectory()
Returns a String representing the directory to find fonts within.- Returns:
- the directory
-
isRecursive
public boolean isRecursive()
Returns whether or not to recurse through the directory when finding fonts.- Returns:
- true to recurse through the directory and sub-directories
-
-