FormattedText.SetFontTypeface メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FormattedText オブジェクトのフォント タイプフェイスを設定します。
オーバーロード
SetFontTypeface(Typeface) |
FormattedText オブジェクト内の文字列全体のフォント タイプフェイスを設定します。 |
SetFontTypeface(Typeface, Int32, Int32) |
FormattedText オブジェクト内の文字の指定したサブセットのフォント タイプフェイスを設定します。 |
SetFontTypeface(Typeface)
FormattedText オブジェクト内の文字列全体のフォント タイプフェイスを設定します。
public:
void SetFontTypeface(System::Windows::Media::Typeface ^ typeface);
public void SetFontTypeface (System.Windows.Media.Typeface typeface);
member this.SetFontTypeface : System.Windows.Media.Typeface -> unit
Public Sub SetFontTypeface (typeface As Typeface)
パラメーター
注釈
Typefaceは 、および .FontFamilyFontWeightFontStyleFontStretch Typeface では、複数のコンストラクターがサポートされています。そのうちの 1 つは書体名に基づくコンストラクトで、もう 1 つは FontFamily、 , FontWeight, , FontStyleおよび FontStretch.
このメソッドは、テキスト文字列全体のフォントの書体を設定します。 テキスト文字列のサブセットのフォント タイプフェイスを設定するには、メソッドを SetFontTypeface(Typeface, Int32, Int32) 使用します。
適用対象
SetFontTypeface(Typeface, Int32, Int32)
FormattedText オブジェクト内の文字の指定したサブセットのフォント タイプフェイスを設定します。
public:
void SetFontTypeface(System::Windows::Media::Typeface ^ typeface, int startIndex, int count);
public void SetFontTypeface (System.Windows.Media.Typeface typeface, int startIndex, int count);
member this.SetFontTypeface : System.Windows.Media.Typeface * int * int -> unit
Public Sub SetFontTypeface (typeface As Typeface, startIndex As Integer, count As Integer)
パラメーター
- startIndex
- Int32
タイプフェイスを適用する最初の文字の開始インデックス。
- count
- Int32
タイプフェイスを適用する文字の数。
注釈
Typefaceは 、および .FontFamilyFontWeightFontStyleFontStretch Typeface では、複数のコンストラクターがサポートされています。そのうちの 1 つは書体名に基づくコンストラクトで、もう 1 つは FontFamily、 , FontWeight, , FontStyleおよび FontStretch.
テキスト文字列全体のフォント タイプフェイスを設定するには、メソッドを SetFontTypeface(Typeface) 使用します。