BrowserSettingsRemoteFonts Property |
Version 55.0.0
Controls the loading of fonts from remote sources. Also configurable using
the "disable-remote-fonts" command-line switch.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public virtual CefState RemoteFonts { get; set; }
public:
virtual property CefState RemoteFonts {
CefState get ();
void set (CefState value);
}
Property Value
Type:
CefStateImplements
IBrowserSettingsRemoteFontsSee Also