GetHTMLCreateSubset

#include “BlackIceDEVMODE.h”

 

BOOL            GetHTMLCreateSubset (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 subset creation. 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