ZeeGrid Control Message

ZGM_SETFONT


ZGM_SETFONT

An application sends a ZGM_SETFONT message to set the specified ZeeGrid entry in the font palette to the supplied font handle (HFONT).

ZGM_SETFONT
wParam = (WPARAM)(int) iFPIndex;  //Font palette index
lParam = (LPARAM)(HFONT) hFont;   //handle to font

Parameters

iFPIndex
The value of wParam. The index of the font palette to assign a font handle.

hFont
The value of lParam. The handle to the font (HFONT) to load into the ZeeGrid font palette.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard