Class MacFontDirFinder
java.lang.Object
org.docx4j.fonts.fop.fonts.autodetect.NativeFontDirFinder
org.docx4j.fonts.fop.fonts.autodetect.MacFontDirFinder
- All Implemented Interfaces:
FontDirFinder
public class MacFontDirFinder extends NativeFontDirFinder
Mac font directory finder
-
Constructor Summary
Constructors Constructor Description MacFontDirFinder() -
Method Summary
Modifier and Type Method Description protected java.lang.String[]getSearchableDirectories()Some guesses at possible unix font directory locationsMethods inherited from class org.docx4j.fonts.fop.fonts.autodetect.NativeFontDirFinder
findMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MacFontDirFinder
public MacFontDirFinder()
-
-
Method Details
-
getSearchableDirectories
protected java.lang.String[] getSearchableDirectories()Some guesses at possible unix font directory locations- Specified by:
getSearchableDirectoriesin classNativeFontDirFinder- Returns:
- a array of possible font directory locations
-