#include “BiAnno.h”
BOOL CALLBACK AnnoUISetFont( INT_PTR pAnno, LOGFONTA * lp );
Description
Sets the new font type. It is applied to the selected note.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
LOGFONTA * |
lp |
Pointer to the LOGFONT structure |
Return value
TRUE if repaint is necessary.
Programming Notes
None
Code Example
None