IPreviewHandlerVisuals::SetFont method

Sets the font attributes to be used for text within the preview handler.

Syntax


HRESULT SetFont(
  [inconst LOGFONTW *plf
);

Parameters

plf [in]

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

Minimum supported client

Windows Vista, Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Redistributable

Windows Search 4 or later

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

Show: