Font.BoldSystemFontOfSize 方法

定義

多載

BoldSystemFontOfSize(Double)
已過時。

傳回字型執行個體,代表裝置所要求大小的預設粗體字型。

BoldSystemFontOfSize(NamedSize)
已過時。

傳回可用字型執行個體,代表裝置所要求 NamedSize 的預設粗體字型。

BoldSystemFontOfSize(Double)

警告

BoldSystemFontOfSize is obsolete as of version 1.2.0. Please use SystemFontOfSize (double, FontAttributes) instead.

傳回字型執行個體,代表裝置所要求大小的預設粗體字型。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BoldSystemFontOfSize is obsolete as of version 1.2.0. Please use SystemFontOfSize (double, FontAttributes) instead.")]
public static Xamarin.Forms.Font BoldSystemFontOfSize (double size);
static member BoldSystemFontOfSize : double -> Xamarin.Forms.Font

參數

size
Double

所需的字型大小。

傳回

所要求的粗體 Font

屬性

適用於

BoldSystemFontOfSize(NamedSize)

警告

BoldSystemFontOfSize is obsolete as of version 1.2.0. Please use SystemFontOfSize (NamedSize, FontAttributes) instead.

傳回可用字型執行個體,代表裝置所要求 NamedSize 的預設粗體字型。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BoldSystemFontOfSize is obsolete as of version 1.2.0. Please use SystemFontOfSize (NamedSize, FontAttributes) instead.")]
public static Xamarin.Forms.Font BoldSystemFontOfSize (Xamarin.Forms.NamedSize size);
static member BoldSystemFontOfSize : Xamarin.Forms.NamedSize -> Xamarin.Forms.Font

參數

size
NamedSize

所需的字型 NamedSize

傳回

所要求的粗體 Font

屬性

適用於