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
System.Double

所需字号。

返回

请求的粗体 Font

属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

适用于

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

属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

适用于