Compartir a través de


UIFont.SystemFontOfSize Método

Definición

Sobrecargas

SystemFontOfSize(nfloat)

Crea una fuente del sistema del tamaño especificado.

SystemFontOfSize(nfloat, nfloat)

Devuelve la fuente predeterminada del sistema en especificado size y weight.

SystemFontOfSize(nfloat, UIFontWeight)

Obtiene la fuente del sistema para el especificado y .

SystemFontOfSize(nfloat)

Crea una fuente del sistema del tamaño especificado.

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

Parámetros

size
nfloat

Tamaño de la fuente, como medida en puntos.

Devoluciones

Comentarios

Esto se puede usar desde un subproceso en segundo plano.

Se aplica a

SystemFontOfSize(nfloat, nfloat)

Devuelve la fuente predeterminada del sistema en especificado size y weight.

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

Parámetros

size
nfloat
weight
nfloat

Devoluciones

Comentarios

(Se está llegando más documentación para este nodo)

Esto se puede usar desde un subproceso en segundo plano.

Se aplica a

SystemFontOfSize(nfloat, UIFontWeight)

Obtiene la fuente del sistema para el especificado y .

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

Parámetros

size
nfloat
weight
UIFontWeight

Devoluciones

Comentarios

(Se está llegando más documentación para este nodo)

Esto se puede usar desde un subproceso en segundo plano.

Se aplica a