Click or drag to resize

BrowserSettingsRemoteFonts Property

Version 91.1.160
Controls the loading of fonts from remote sources. Also configurable using the "disable-remote-fonts" command-line switch.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 91.1.160.0
Syntax
public CefState RemoteFonts { get; set; }

Property Value

Type: CefState

Implements

IBrowserSettingsRemoteFonts
See Also