public class FontSubstitution extends Object
Represents a base class for font substitution strategies.
Constructor and Description |
---|
FontSubstitution()
Creates FontSubstitution instance
|
Modifier and Type | Method and Description |
---|---|
char |
getSubstitutedUnicode(char unicode)
Returns unicode substitution
|
com.aspose.fonts.FontDefinition |
getSubstitutionFontDefinition()
Get Substitution Font Definition
|
void |
setSubstitutionFontDefinition(com.aspose.fonts.FontDefinition value)
Set Substitution Font Definition
|
public com.aspose.fonts.FontDefinition getSubstitutionFontDefinition()
public void setSubstitutionFontDefinition(com.aspose.fonts.FontDefinition value)
value
- FontDefinition objectpublic char getSubstitutedUnicode(char unicode)
Returns unicode substitution
unicode
- char value