MacFontDirFinder
, NativeFontDirFinder
, UnixFontDirFinder
, WindowsFontDirFinder
public interface FontDirFinder
Modifier and Type | Method | 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()
Copyright © 2008–2018. All rights reserved.