Click or drag to resize
BrowserSettingsRemoteFonts Property
Version 51.0.0
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: 51.0.0.0
Syntax
public virtual CefState RemoteFonts { get; set; }

Property Value

Type: CefState

Implements

IBrowserSettingsRemoteFonts
See Also