Partager via


UIFont.SystemFontOfSize Méthode

Définition

Surcharges

SystemFontOfSize(nfloat)

Crée une police système de la taille spécifiée.

SystemFontOfSize(nfloat, nfloat)

Retourne la police système par défaut dans spécifiée size et weight.

SystemFontOfSize(nfloat, UIFontWeight)

Obtient la police système pour les et spécifiés.

SystemFontOfSize(nfloat)

Crée une police système de la taille spécifiée.

public static UIKit.UIFont SystemFontOfSize (nfloat size);
static member SystemFontOfSize : nfloat -> UIKit.UIFont

Paramètres

size
nfloat

Taille de la police, en tant que mesure en points.

Retours

Remarques

Cela peut être utilisé à partir d’un thread d’arrière-plan.

S’applique à

SystemFontOfSize(nfloat, nfloat)

Retourne la police système par défaut dans spécifiée size et weight.

public static UIKit.UIFont SystemFontOfSize (nfloat size, nfloat weight);
static member SystemFontOfSize : nfloat * nfloat -> UIKit.UIFont

Paramètres

size
nfloat
weight
nfloat

Retours

Remarques

(Plus de documentation pour ce nœud est à venir)

Cela peut être utilisé à partir d’un thread d’arrière-plan.

S’applique à

SystemFontOfSize(nfloat, UIFontWeight)

Obtient la police système pour les et spécifiés.

public static UIKit.UIFont SystemFontOfSize (nfloat size, UIKit.UIFontWeight weight);
static member SystemFontOfSize : nfloat * UIKit.UIFontWeight -> UIKit.UIFont

Paramètres

size
nfloat
weight
UIFontWeight

Retours

Remarques

(Plus de documentation pour ce nœud est à venir)

Cela peut être utilisé à partir d’un thread d’arrière-plan.

S’applique à