IPreviewHandlerVisuals::SetFont method (shobjidl_core.h)
Sets the font attributes to be used for text within the preview handler.
Syntax
HRESULT SetFont(
[in] const LOGFONTW *plf
);
Parameters
[in] plf
Type: const LOGFONTW*
A pointer to a LOGFONTW Structure containing the necessary attributes for the font to use.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Note These are suggestions. It is not compulsory for this method to be called. The preview handlers must be able to make their own decisions.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | shobjidl_core.h (include Shobjidl.h) |
Redistributable | Windows Search 4 or later |