Class MacFontDirFinder
java.lang.Object
org.docx4j.fonts.fop.fonts.autodetect.NativeFontDirFinder
org.docx4j.fonts.fop.fonts.autodetect.MacFontDirFinder
- All Implemented Interfaces:
FontFinder
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 locations
-
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
-