#include “BlackIceDEVMODE.h”
BOOL SetHTMLDefEmbeddedFont (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Sets the state of the embedded fonts.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable -value of the state of the embedded fonts. If this value is TRUE, all fonts will be exported by default.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None