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.

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