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.
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. |