File tree 3 files changed +0
-26
lines changed
CefSharp.BrowserSubprocess.Core
3 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,6 @@ namespace CefSharp
67
67
68
68
}
69
69
70
- static void EnableHighDPISupport ()
71
- {
72
- CefEnableHighDPISupport ();
73
- }
74
-
75
70
static int ExecuteProcess (IEnumerable<String^>^ args)
76
71
{
77
72
auto hInstance = Process::GetCurrentProcess ()->Handle ;
Original file line number Diff line number Diff line change @@ -638,16 +638,6 @@ namespace CefSharp
638
638
return CefClearSchemeHandlerFactories ();
639
639
}
640
640
641
- // / <summary>
642
- // / Call during process startup to enable High-DPI support on Windows 7 or newer.
643
- // / Older versions of Windows should be left DPI-unaware because they do not
644
- // / support DirectWrite and GDI fonts are kerned very badly.
645
- // / </summary>
646
- static void EnableHighDPISupport ()
647
- {
648
- CefEnableHighDPISupport ();
649
- }
650
-
651
641
// / <summary>
652
642
// / Returns true if called on the specified CEF thread.
653
643
// / </summary>
Original file line number Diff line number Diff line change @@ -422,17 +422,6 @@ public static bool ClearSchemeHandlerFactories()
422
422
return Core . Cef . ClearSchemeHandlerFactories ( ) ;
423
423
}
424
424
425
- /// <summary>
426
- /// Call during process startup to enable High-DPI support on Windows 7 or newer.
427
- /// Older versions of Windows should be left DPI-unaware because they do not
428
- /// support DirectWrite and GDI fonts are kerned very badly.
429
- /// </summary>
430
- [ Obsolete ( "This method will be removed in M113. See https://github.com/cefsharp/CefSharp/issues/4417" ) ]
431
- public static void EnableHighDPISupport ( )
432
- {
433
- Core . Cef . EnableHighDPISupport ( ) ;
434
- }
435
-
436
425
/// <summary>
437
426
/// Returns true if called on the specified CEF thread.
438
427
/// </summary>
You can’t perform that action at this time.
0 commit comments