-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
I was using 47.0.3 and now started using V55.
The fonts are blurred after upgrade.
I tried using -
var settings = new CefSharp.CefSettings{ PackLoadingDisabled = false };
settings.CefCommandLineArgs.Add("disable-direct-write", "disable-direct-write");
Cef.Initialize(settings);
and
<wpf:ChromiumWebBrowser RenderOptions.ClearTypeHint="Enabled">
</wpf:ChromiumWebBrowser>
RenderOptions.ClearTypeHint="Enabled" in XAML.
plus browser.BrowserSettings.OffScreenTransparentBackground = false; in code behind.
but no luck whatsoever. Any help???
Its been introduced in any version after 47.0.3.
Win-7, x64 build, .Net 4.5.2. It works fine in any simple sample app I create but does not work in my DevExpress custom theme containing App.
What version of the product are you using?
Nuget v 55.0.0
What architecture x86 or x64?
x64
On what operating system?
windows 7
Are you using WinForms, WPF or OffScreen?
WPF