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