Click or drag to resize

PreviewHandlerSetFont Method

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

Namespace:  ShellBoost.Core.Handlers
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void SetFont(
	LOGFONT font
)

Parameters

font
Type: ShellBoost.Core.WindowsShellLOGFONT
The font structure containing the necessary attributes for the font to use.
See Also