public class FolderFontSource
Constructor Summary |
---|
FolderFontSource(java.lang.StringfolderPath, booleanscanSubfolders)
Ctor. |
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getFolderPath() | |
Path to fonts folder.
|
||
boolean | getScanSubFolders() | |
Determines whether or not to scan the subfolders.
|
||
int | getType() | |
Returns the type of the font source.
The value of the property is FontSourceType integer constant. |
public FolderFontSource(java.lang.String folderPath, boolean scanSubfolders)
folderPath
- path to fonts folderscanSubfolders
- Determines whether or not to scan subfolders.public java.lang.String getFolderPath()
public boolean getScanSubFolders()
public int getType()