putFont
Method to modify the list views font.
HRESULT putFont(BSTR faceName, long size, unsigned short flags);
Parameters
faceName
[in] Name of the font to use.
size
[in] Size of the font.
flags
[in] Or junction of one or more of the following values:
BOLD 0x1
ITALIC 0x2
UNDERLINE 0x4
STRIKEOUT 0x8
Return Values
S_OK
Function was successfully called
Remarks
The putFont method does not confirm to the standard COM interfaces. From languages like Visual Basic it is not usable.