Enum SubstitutionFontCategories

SubstitutionFontCategories enumeration

Represents font categories that can be substituted.

public enum SubstitutionFontCategories

Values

NameValueDescription
TheSameNamedEmbeddedFonts0The fonts that are named the same as system fonts. Those fonts are mostly safe to be substituted with the same named system fonts.
AllEmbeddedFonts1All embedded fonts are substituted.

See Also