SubstitutionFontCategories Enumeration |
Represents font categories that can be substituted.
Namespace: Aspose.Pdf.TextAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum SubstitutionFontCategories
Public Enumeration SubstitutionFontCategories
public enum class SubstitutionFontCategories
type SubstitutionFontCategories
Members
| Member name | Value | Description |
---|
| TheSameNamedEmbeddedFonts | 0 |
The fonts that are named the same as system fonts.
Those fonts are mostly safe to be substituted with the same named system fonts.
|
| AllEmbeddedFonts | 1 |
All embedded fonts are substituted.
|
See Also