bOk = MTblGetEffColumnHdrFont( hWndCol, srName, nrSize, nrEnh )

Gets a column header's effective font ( = actually used font ).

Parameters
hWndCol
Window Handle: Handle of the column

srName
Receive String: Font name

nrSize
Receive Number: Font size

nrEnh
Receive Number: Font enhancements

Return
Boolean: TRUE if successful or FALSE if an error occurs

Remarks
Highlighting is not considered.

Example

Call MTblGetEffColumnHdrFont( hWndCol, sName, nSize, nEnh )

See also
Custom fonts and colors

Created with the Personal Edition of HelpNDoc: Free Qt Help documentation generator