GetTextStampFont

 

#include “BlackIceDEVMODE.h”

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

 

Description

Retrieves the font used by the Text Stamp or Text Watermark.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

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

 

Return value

 

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

 

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None