FormattedText.SetFontFamily 方法

定义

设置 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 该方法。

适用于