SetTextStampFont

 

#include “BlackIceDEVMODE.h”

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

 

Description

Sets the font used for the Text Stamp or Text Watermark.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

LOGFONTW* lf                                            - new font

 

 

For the description of the LOGFONTW structure, please see the following Microsoft page: https://docs.microsoft.com/en-us/windows/desktop/api/wingdi/ns-wingdi-taglogfontw

 

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None