Interface IReadOnlySystemFontCollection
Represents a readonly collection of Operating System fonts.
Inherited Members
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public interface IReadOnlySystemFontCollection : IReadOnlyFontCollection
Properties
| Edit this page View SourceSearchDirectories
Gets the collection of Operating System directories that were searched for font families.
Declaration
IEnumerable<string> SearchDirectories { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |