Xamarin.Forms.Font.OfSize Method
Returns an usable Xamarin.Forms.Font, with the requested font and NamedSize.

Syntax

public static Font OfSize (string name, NamedSize size)

Parameters

name
The name of the targeted system font.
size
The desired font Xamarin.Forms.NamedSize.

Returns

A 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