FormattedText.SetFontFamily メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FormattedText オブジェクトのフォント ファミリを設定します。
オーバーロード
SetFontFamily(FontFamily, Int32, Int32) |
FormattedText オブジェクト内の文字の指定したサブセットのフォント ファミリを設定します。 |
SetFontFamily(String, Int32, Int32) |
FormattedText オブジェクト内の文字の指定したサブセットのフォント ファミリを設定します。 |
SetFontFamily(String) |
FormattedText オブジェクト内の文字列全体のフォント ファミリを設定します。 |
SetFontFamily(FontFamily) |
FormattedText オブジェクトのフォント ファミリを設定します。 |
SetFontFamily(FontFamily, Int32, Int32)
FormattedText オブジェクト内の文字の指定したサブセットのフォント ファミリを設定します。
public:
void SetFontFamily(System::Windows::Media::FontFamily ^ fontFamily, int startIndex, int count);
public void SetFontFamily (System.Windows.Media.FontFamily fontFamily, int startIndex, int count);
member this.SetFontFamily : System.Windows.Media.FontFamily * int * int -> unit
Public Sub SetFontFamily (fontFamily As FontFamily, startIndex As Integer, count As Integer)
パラメーター
- fontFamily
- FontFamily
テキストの書式設定に使用する FontFamily。
- startIndex
- Int32
フォント ファミリの変更を適用する最初の文字の開始インデックス。
- count
- Int32
変更を適用する文字の数。
注釈
テキスト文字列全体のフォント ファミリ値を設定するには、 メソッドを使用します SetFontFamily 。
適用対象
SetFontFamily(String, Int32, Int32)
FormattedText オブジェクト内の文字の指定したサブセットのフォント ファミリを設定します。
public:
void SetFontFamily(System::String ^ fontFamily, int startIndex, int count);
public void SetFontFamily (string fontFamily, int startIndex, int count);
member this.SetFontFamily : string * int * int -> unit
Public Sub SetFontFamily (fontFamily As String, startIndex As Integer, count As Integer)
パラメーター
- fontFamily
- String
テキストの書式設定に使用する FontFamily を構築する文字列。 フォールバックが可能です。詳細については、FontFamily のトピックを参照してください。
- startIndex
- Int32
フォント ファミリの変更を適用する最初の文字の開始インデックス。
- count
- Int32
変更を適用する文字の数。
注釈
テキスト文字列全体のフォント ファミリ値を設定するには、 メソッドを使用します SetFontFamily 。
適用対象
SetFontFamily(String)
FormattedText オブジェクト内の文字列全体のフォント ファミリを設定します。
public:
void SetFontFamily(System::String ^ fontFamily);
public void SetFontFamily (string fontFamily);
member this.SetFontFamily : string -> unit
Public Sub SetFontFamily (fontFamily As String)
パラメーター
- fontFamily
- String
テキストの書式設定に使用する FontFamily を構築する文字列。 フォールバックが可能です。詳細については、FontFamily のトピックを参照してください。
注釈
このメソッドは、テキスト文字列全体のフォント ファミリ値を設定します。 テキスト文字列のサブセットのフォント ファミリ値を設定するには、 メソッドを使用します SetFontFamily(String, Int32, Int32) 。
適用対象
SetFontFamily(FontFamily)
FormattedText オブジェクトのフォント ファミリを設定します。
public:
void SetFontFamily(System::Windows::Media::FontFamily ^ fontFamily);
public void SetFontFamily (System.Windows.Media.FontFamily fontFamily);
member this.SetFontFamily : System.Windows.Media.FontFamily -> unit
Public Sub SetFontFamily (fontFamily As FontFamily)
パラメーター
- fontFamily
- FontFamily
テキストの書式設定に使用する FontFamily。
注釈
このメソッドは、テキスト文字列全体のフォント ファミリ値を設定します。 テキスト文字列のサブセットのフォント ファミリ値を設定するには、 メソッドを使用します SetFontFamily 。
適用対象
.NET