Package org.apache.fop.fonts
Class DefaultFontConfig.Directory
java.lang.Object
org.apache.fop.fonts.DefaultFontConfig.Directory
- Enclosing class:
DefaultFontConfig
The directory to find fonts within.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a String representing the directory to find fonts within.boolean
Returns whether or not to recurse through the directory when finding fonts.
-
Field Details
-
directory
-
recursive
private final boolean recursive
-
-
Constructor Details
-
Directory
-
-
Method Details
-
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
-