ZeeGrid Control Message

ZGM_GETFONT


ZGM_GETFONT

An application sends a ZGM_GETFONT message to get the font handle (HFONT) of the specified index in the ZeeGrid font palette.

ZGM_GETFONT
wParam = (WPARAM)(int) iFPIndex;  //Font palette index
lParam = 0;                       //not used; must be zero

Parameters

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

Return Values

The font handle (HFONT) of the specified index of the font palette.

Copyright © 2002-2016 by David Hillard