FontEmbeddingOptions

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

NameTypeAccessDescription
useDefaultSubstitutionbooleanReadReturns whether the converter may use a default substitution font when
an expected source font cannot be resolved.

Methods

SignatureDescription
isUseDefaultSubstitution()booleanReturns 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.

See Also

 English