public class FontConfigSubstitutionRule extends FontSubstitutionRule
This rule uses fontconfig utility on Linux (and other Unix-like) platforms to get the substitution if the original font is not available.
If fontconfig utility is not available then this rule will be ignored.
SyncRoot| Modifier and Type | Method and Description |
|---|---|
boolean |
isFontConfigAvailable()
Check if fontconfig utility is available or not.
|
void |
resetCache()
Resets the cache of fontconfig calling results.
|
void |
setEnabled(boolean value)
Specifies whether the rule is enabled or not.
|
getEnabledpublic void setEnabled(boolean value)
setEnabled in class FontSubstitutionRulevalue - The corresponding boolean value.public boolean isFontConfigAvailable()
public void resetCache()