GetHTMLForbidEmbedFontCount

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetHTMLForbidEmbedFontCount (BlackIceDEVMODE* pDevMode, int* iCount);

Description

Returns the count of the fonts in the forbidden list. The fonts in the forbidden list won’t be exported with the HTML document.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

int* iCount                                                     - pointer to variable that contains the number of fonts in the list.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None