Contents

Posted on

DotNetBrowser 4.3.0

Default fonts configuration 

DotNetBrowser now lets you retrieve the fonts available on the system and use them as the browser’s default standard, serif, sans-serif, fixed-width, or mathematical font.

IReadOnlyList<Font> fonts = browser.Settings.DefaultFonts.Available;

Font font = fonts.First();

browser.Settings.DefaultFonts.Standard = font;
browser.Settings.DefaultFonts.Serif = font;
browser.Settings.DefaultFonts.SansSerif = font;
browser.Settings.DefaultFonts.FixedWidth = font;
browser.Settings.DefaultFonts.Mathematical = font;

string displayName = font.DisplayName;

Chromium 152.0.7977.65 

We upgraded Chromium to a newer version, which introduces 349 security fixes. Among them:

See the Chromium release announcements for more details.

Quality enhancements 

  • Fixed a video playback failure on pages that deliver video through a custom scheme handled by InterceptRequestHandler.
  • Fixed BrowserView flickering when resizing WinUI 3 windows in hardware-accelerated rendering mode.
  • Fixed blurry rendering in Avalonia UI applications on scaled monitors by adding a per-monitor DPI awareness declaration to the application manifest template.

Download DotNetBrowser 4.3.0

Please share your email with us, and we'll send you download instructions.

We couldn’t deliver a message. Please make sure the email address is correct.
Sending…
EmailBox Please check your inbox.

We were unable to send the email. Please try again.

If you are a registered customer you don’t need to do anything to use this update.

If you would like to evaluate the product, you need an evaluation license.

Get free 30-day trial