Property Available
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
Available
Gets the system fonts available to the browser.
IReadOnlyList<Font> Available { get; }
Property Value
- IReadOnlyList<Font>
The system fonts available to the browser.
Remarks
The available fonts depend on the operating system and the fonts installed on it.
Exceptions
- ObjectDisposedException
The associated browser has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.