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
The font handle (HFONT) of the specified index of the font palette.