#include “BlackIceDEVMODE.h”
BOOL SetHTMLCreateSubset (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Sets the state of the font subsetting.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - value of the state of the embedded fonts. If this value is TRUE, all exported truetype/opentype font will be saved as subset.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None