Class MacFontDirFinder
- java.lang.Object
-
- com.tom_roush.fontbox.util.autodetect.NativeFontDirFinder
-
- com.tom_roush.fontbox.util.autodetect.MacFontDirFinder
-
- All Implemented Interfaces:
FontDirFinder
public class MacFontDirFinder extends NativeFontDirFinder
Mac font directory finder. This class is based on a class provided by Apache FOP. see com.tom_roush.fop.fonts.autodetect.MacFontDirFinder
-
-
Constructor Summary
Constructors Constructor Description MacFontDirFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[]getSearchableDirectories()Some guesses at possible unix font directory locations.-
Methods inherited from class com.tom_roush.fontbox.util.autodetect.NativeFontDirFinder
find
-
-
-
-
Method Detail
-
getSearchableDirectories
protected String[] getSearchableDirectories()
Some guesses at possible unix font directory locations.- Specified by:
getSearchableDirectoriesin classNativeFontDirFinder- Returns:
- a array of possible font directory locations
-
-