Interface IFontProvider
Provides a platform agnostic way to retrieve information about fonts installed on the operating system.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public interface IFontProvider
Methods
GetFontFamilies()
Retrieves the list of font families available on the operating system.
Declaration
string[] GetFontFamilies()
Returns
| Type | Description |
|---|---|
| string[] |