// filterpipeline.h
typedef enum __MIDL___MIDL_itf_filterpipeline_0000_0000_0002 {
Font_Normal,
Font_Obfusticate
} EXpsFontOptions;
View the official Windows Driver Kit DDI referenceNo description available.
The EXpsFontOptions enumeration describes the font options for an XPS part.
Font_NormalThe font code is human-readable.
Font_ObfusticateThe 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).