GetPlatformFontsForNodeResponseFonts Property |
Version 113.3.50
fonts
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.0
Syntaxpublic IList<PlatformFontUsage> Fonts { get; }
public:
property IList<PlatformFontUsage^>^ Fonts {
IList<PlatformFontUsage^>^ get ();
}
Property Value
Type:
IListPlatformFontUsage
See Also