public class SystemFontSource extends FontSourceBase
| Constructor and Description |
|---|
SystemFontSource()
Ctor.
|
SystemFontSource(int priority)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable |
getFontDataInternal() |
static java.lang.String[] |
getSystemFontFolders()
Returns system font folders or empty array if folders are not accessible.
|
int |
getType()
Returns the type of the font source.
|
getAvailableFonts, getPriority, getPriorityInternal, getWarningCallback, setWarningCallbackpublic SystemFontSource()
public SystemFontSource(int priority)
priority - Font source priority. See the FontSourceBase.getPriority() property description for more information.public int getType()
getType in class FontSourceBaseFontSourceType constants.public java.lang.Iterable getFontDataInternal()
getFontDataInternal in class FontSourceBasepublic static java.lang.String[] getSystemFontFolders()
throws java.lang.Exception
java.lang.Exception