GetFooterFont

 

 

#include “BlackIceDEVMODE.h”

BOOL GetFooterFont(BlackIceDEVMODE* pBlackIceDevMode, LOGFONTW* lf);

 

Description

Retrieves the font what used for the Footer text.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

LOGFONTW* lf                                - pointer to the variable, that contains Footer font

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None