FontEmbeddingOptions
Overview
FontEmbeddingOptions is a class in Aspose.PDF FOSS for Java.
Controls optional font-substitution behavior used during standard-compliance conversion and validation flows.
This class provides 2 methods for working with FontEmbeddingOptions objects in Java programs.
Available methods include: isUseDefaultSubstitution, setUseDefaultSubstitution.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: useDefaultSubstitution.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
useDefaultSubstitution | boolean | Read | Returns whether the converter may use a default substitution font when |
| an expected source font cannot be resolved. |
Methods
| Signature | Description |
|---|---|
isUseDefaultSubstitution() → boolean | Returns whether the converter may use a default substitution font when |
| an expected source font cannot be resolved. | |
setUseDefaultSubstitution(useDefaultSubstitution: boolean) | Sets whether the converter may use a default substitution font when |
| an expected source font cannot be resolved. |