Aspose::Words::Saving::PdfFontEmbeddingMode enum
PdfFontEmbeddingMode enum
Specifies how Aspose.Words should embed fonts.
enum class PdfFontEmbeddingMode
Values
Name | Value | Description |
---|---|---|
EmbedAll | 0 | Aspose.Words embeds all fonts. |
EmbedNonstandard | 1 | Aspose.Words embeds all fonts excepting standard Windows fonts Arial and Times New Roman. Only Arial and Times New Roman fonts are affected in this mode because MS Word doesn’t embed only these fonts when saving document to PDF. |
EmbedNone | 2 | Aspose.Words do not embed any fonts. |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++