EXpsFontOptions enumeration (filterpipeline.h)

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

Syntax

typedef enum __MIDL___MIDL_itf_filterpipeline_0000_0000_0002 {
  Font_Normal,
  Font_Obfusticate
} EXpsFontOptions;

Constants

 
Font_Normal
The font code is human-readable.
Font_Obfusticate
The font code is obfusticated (that is, the internal structure of the font is scrambled in such a way to prevent someone from understaning how the structure works).

Requirements

Requirement Value
Header filterpipeline.h (include Filterpipeline.h)