FolderFontSource

FolderFontSource class

Represents the folder that contains TrueType fonts.

public sealed class FolderFontSource : IEquatable<FolderFontSource>, IFontSource

Constructors

Name Description
FolderFontSource(string, SearchOption) Initializes new instance of FolderFontSource class.

Properties

Name Description
FolderPath { get; } Path to the folder that contains TrueType fonts.
SearchOption { get; } Specifies whether to search the current folder, or the current folder and all subfolders.

Methods

Name Description
Equals(FolderFontSource) Determines whether the current FolderFontSource is the same as specified FolderFontSource object.
override Equals(object) Determines whether the current FolderFontSource is the same as specified object.
override GetHashCode() Returns the hash code for the current FolderFontSource object.
override ToString() Returns a string that represents the current object.
operator == Determines whether two FolderFontSource objects are the same.
operator != Determines whether two FolderFontSource objects are not the same.

See Also