public interface FontDirFinder
Modifier and Type | Method and Description |
---|---|
java.util.List<java.io.File> |
find()
Finds a list of font files.
|
java.util.Map<java.lang.String,java.lang.String> |
getCommonTTFMapping()
Provides a list of platform specific ttf name mappings.
|
java.util.List<java.io.File> find() throws java.io.IOException
java.io.IOException
- In case of an I/O problemjava.util.Map<java.lang.String,java.lang.String> getCommonTTFMapping()