Package | Description |
---|---|
com.aspose.pdf.text |
Modifier and Type | Class and Description |
---|---|
class |
CustomFontSubstitutionBase
Represents a base class for custom font substitution strategy.
|
class |
SimpleFontSubstitution
Represents a class for simple font substitution strategy.
|
class |
SystemFontsSubstitution
Represents a class for font substitution strategy that substitutes fonts with system fonts.
|
Modifier and Type | Method and Description |
---|---|
FontSubstitution |
FontSubstitutionCollection.getItem(int index)
Gets the font element at the specified index.
|
Modifier and Type | Method and Description |
---|---|
void |
FontSubstitutionCollection.add(FontSubstitution fontSubstitution)
Adds new font substitution object to the collection.
|
void |
FontSubstitutionCollection.delete(FontSubstitution fontSubstitution)
For internal only
|
static com.aspose.fonts.FontDefinition |
InternalHelper.getSubstitutionFontDefinition(FontSubstitution fs) |
static void |
InternalHelper.setSubstitutionFontDefinition(FontSubstitution fs,
com.aspose.fonts.FontDefinition value) |
Copyright © 2016 Aspose. All Rights Reserved.