EXpsFontOptions - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// filterpipeline.h

typedef enum __MIDL___MIDL_itf_filterpipeline_0000_0000_0002 {
  Font_Normal,
  Font_Obfusticate
} EXpsFontOptions;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-filterpipeline-__midl___midl_itf_filterpipeline_0000_0000_0002)

__MIDL___MIDL_itf_filterpipeline_0000_0000_0002 enumeration

Description

The EXpsFontOptions enumeration describes the font options for an XPS part.

Constants

Font_Normal

The font code is human-readable.

Font_Obfusticate

The font code is obfuscated (that is, the internal structure of the font is scrambled in such a way to prevent someone from understanding how the structure works).