Xamarin.Forms.Font.OfSize Method
Returns a Xamarin.Forms.Font structure with the requested font and size.

Syntax

public static Font OfSize (string name, double size)

Parameters

name
The name of the targeted system font.
size
The desired font size.

Returns

A Xamarin.Forms.Font instance.

Remarks

Font availability is platform- and device-dependent.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0