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