GetHTMLForbidEmbedFont

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetHTMLForbidEmbedFont (BlackIceDEVMODE* pDevMode, LPTSTR szFont, DWORD* dwSize, int i);

Description

Returns the name of the i-th font 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.

LPTSTR szFont                                           - pointer to the string

DWORD* dwSize                                         - pointer to variable that contains the length of the szFont in bytes.

int i                                                                  - position in the list. This value is zero based integer.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None