Click or drag to resize

CefEnableHighDPISupport Method

Version 111.2.70

Note: This API is now obsolete.

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: 111.2.70.0
Syntax
[ObsoleteAttribute("This method will be removed in M113. See https://github.com/cefsharp/CefSharp/issues/4417")]
public static void EnableHighDPISupport()
See Also