FolderFontSource

FolderFontSource class

TrueType フォントを含むフォルダーを表します。

public sealed class FolderFontSource : IEquatable<FolderFontSource>, IFontSource

コンストラクター

名前 説明
FolderFontSource(string, SearchOption) の新しいインスタンスを初期化しますFolderFontSourceclass.

プロパティ

名前 説明
FolderPath { get; } TrueType フォントを含むフォルダーへのパス。
SearchOption { get; } 現在のフォルダーを検索するか、現在のフォルダーとすべてのサブフォルダーを検索するかを指定します。

メソッド

名前 説明
Equals(FolderFontSource) 現在のFolderFontSource指定と同じですFolderFontSource object.
override Equals(object) 現在のFolderFontSource指定されたオブジェクトと同じです.
override GetHashCode() 現在のハッシュ コードを返します。FolderFontSource object.
override ToString() 現在のオブジェクトを表す文字列を返します。
operator == 2 つのFolderFontSourceオブジェクトは同じです.
operator != 2 つのFolderFontSourceオブジェクトは同じではありません.

関連項目