Click or drag to resize
SubstitutionFontCategories Enumeration
Represents font categories that can be substituted.

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum SubstitutionFontCategories
Members
  Member nameValueDescription
TheSameNamedEmbeddedFonts0 The fonts that are named the same as system fonts. Those fonts are mostly safe to be substituted with the same named system fonts.
AllEmbeddedFonts1 All embedded fonts are substituted.
See Also