Table of Contents

Interface IReadOnlySystemFontCollection

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Represents a readonly collection of Operating System fonts.

public interface IReadOnlySystemFontCollection : IReadOnlyFontCollection
Inherited Members

Properties

SearchDirectories

Gets the collection of Operating System directories that were searched for font families.

IEnumerable<string> SearchDirectories { get; }

Property Value

IEnumerable<string>