Class MacFontDirFinder
java.lang.Object
org.apache.fontbox.util.autodetect.NativeFontDirFinder
org.apache.fontbox.util.autodetect.MacFontDirFinder
- All Implemented Interfaces:
FontDirFinder
Mac font directory finder. This class is based on a class provided by Apache FOP. see
org.apache.fop.fonts.autodetect.MacFontDirFinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides a list of platform specific ttf name mappings.protected String[]
Some guesses at possible unix font directory locations.Methods inherited from class org.apache.fontbox.util.autodetect.NativeFontDirFinder
find
-
Constructor Details
-
MacFontDirFinder
public MacFontDirFinder()
-
-
Method Details
-
getSearchableDirectories
Some guesses at possible unix font directory locations.- Specified by:
getSearchableDirectories
in classNativeFontDirFinder
- Returns:
- a array of possible font directory locations
-
getCommonTTFMapping
Provides a list of platform specific ttf name mappings.- Returns:
- a fontname mapping
-