SetFooterFont

 

 

#include “BlackIceDEVMODE.h”

BOOL SetFooterFont(BlackIceDEVMODE* pBlackIceDevMode, LOGFONTW lf);

 

Description

Sets the font what used for the Footer text.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int iPosition                                       - new Footer font

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None