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 方法。