Aspose::Pdf::Text::CustomFontSubstitutionBase::OriginalFontSpecification class
OriginalFontSpecification class
Represents original font specification.
class OriginalFontSpecification : public System::Object
Methods
Method | Description |
---|---|
get_IsEmbedded() const | Gets a value that indicates whether the font is embedded. |
get_IsSubstitutionUnavoidable() const | Gets a value that indicates that the substitution is unavoidable. |
get_OriginalFontName() const | Gets 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
- Class Object
- Class CustomFontSubstitutionBase
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++