Interface IReadOnlySystemFontCollection
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; }