Skip to content

V55: WPF Fonts are blurred #1931

@arvindlloyds

Description

@arvindlloyds

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    wpfWPF Implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions