#include “BlackIceDEVMODE.h”
LOGFONT* GetAnnotationText (BlackIceDEVMODE* pDevMode);
Description
Gets the AnnotationFont member of the BlackIceDEVMODE. Gets the value of the Font Selection.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
User Defined Text (string).
Programming Notes
None
Code Example
None