Click or drag to resize

CefEnableHighDPISupport Method

Version 110.0.300
Call during process startup to enable High-DPI support on Windows 7 or newer. Older versions of Windows should be left DPI-unaware because they do not support DirectWrite and GDI fonts are kerned very badly.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 110.0.300.0
Syntax
public static void EnableHighDPISupport()
See Also