Aspose::Pdf::FontEmbeddingOptions class
FontEmbeddingOptions class
PDF/A standard requires, that all fonts must be embedded into document. This class includes flags for cases when it’s not possible to embed some font cause this font is absent on destination PC.
class FontEmbeddingOptions : public System::Object
Methods
Method | Description |
---|---|
FontEmbeddingOptions() | Initializes a new instance of the FontEmbeddingOptions class. |
get_UseDefaultSubstitution() const | Indicates whether to substitute non-embedded font using default font substitution strategy. Default value: false |
. | | set_UseDefaultSubstitution(bool) | Indicates whether to substitute non-embedded font using default font substitution strategy. Default value: false
. |
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++