public class FontFileFinder extends Object
Constructor and Description |
---|
FontFileFinder()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
List<URI> |
find()
Automagically finds a list of font files on local system.
|
List<URI> |
find(String dir)
Searches a given directory for font files.
|
Map<String,String> |
getCommonTTFMapping()
Provides a list of platform specific ttf name mappings.
|
public List<URI> find() throws IOException
IOException
- thrown if an I/O exception of some sort has occurredpublic List<URI> find(String dir) throws IOException
dir
- directory to searchIOException
- thrown if an I/O exception of some sort has occurredCopyright © 2008–2018. All rights reserved.