Font.BoldSystemFontOfSize Method

Definition

Overloads

BoldSystemFontOfSize(Double)
Obsolete.

Returns a font instance that represents the default bold font, in the requested size, for the device.

BoldSystemFontOfSize(NamedSize)
Obsolete.

Returns an usable font instance representing the default bold font, in the requested NamedSize, for the device.

BoldSystemFontOfSize(Double)

Caution

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

Returns a font instance that represents the default bold font, in the requested size, for the device.

[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

Parameters

size
Double

The desired font size.

Returns

The requested bold Font.

Attributes

Applies to

BoldSystemFontOfSize(NamedSize)

Caution

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

Returns an usable font instance representing the default bold font, in the requested NamedSize, for the device.

[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

Parameters

size
NamedSize

The desired font NamedSize.

Returns

The requested bold Font.

Attributes

Applies to