SetAnnotationFont

 

#include “BlackIceDEVMODE.h”

 

void    SetAnnotationText (BlackIceDEVMODE* pDevMode, LOGFONT* AnnotationFont);

Description

Sets the AnnotationFont member of the BlackIceDEVMODE. Sets the value of the Font Selection.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

LOGFONT* AnnotationFont                      - Logical Font (LFONT).

Return value

None.

Programming Notes

None

Code Example

None