BrowserSettingsRemoteFonts Property |
Version 98.1.210
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: 98.1.210.0
Syntax public CefState RemoteFonts { get; set; }
public:
virtual property CefState RemoteFonts {
CefState get () sealed;
void set (CefState value) sealed;
}
Property Value
Type:
CefStateImplements
IBrowserSettingsRemoteFontsSee Also