Class FontMatchingProperties

FontMatchingProperties class

このクラスには、一致するフォントを記述するプロパティが含まれています.

public class FontMatchingProperties

プロパティ

名前説明
FontFamilies { get; }フォント ファミリのコレクションを取得します。
FontStretch { get; }フォントストレッチ値を取得します.
FontStyle { get; }フォント スタイル値を取得します。このプロパティには次のような値を指定できます: normal、italic、oblique.
FontWeight { get; }フォントの太さの値を取得します。

関連項目