Aspose::Pdf::Text::CustomFontSubstitutionBase::OriginalFontSpecification class

OriginalFontSpecification class

Represents original font specification.

class OriginalFontSpecification : public System::Object

Methods

MethodDescription
get_IsEmbedded() constGets a value that indicates whether the font is embedded.
get_IsSubstitutionUnavoidable() constGets a value that indicates that the substitution is unavoidable.
get_OriginalFontName() constGets original font name.

Remarks

Provides info related to original font such as

,

flag. Also provides

flag that helps to check is the substitution will anyway happen with the font and the user may override the default substitution logic.

See Also