Interface IFontCollection
A readable and writable collection of fonts.
Inherited Members
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public interface IFontCollection : IReadOnlyFontCollection
Methods
| Improve this Doc View SourceInstall(Stream)
Installs the specified font stream.
Declaration
FontFamily Install(Stream fontStream)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | fontStream | The font stream. |
Returns
| Type | Description |
|---|---|
| FontFamily | the description of the font just loaded. |