Font.SystemFontOfSize Método

Definição

Sobrecargas

SystemFontOfSize(Double)

Retorna uma instância de fonte utilizável que representa a fonte padrão, no tamanho solicitado, para o dispositivo e a plataforma.

SystemFontOfSize(NamedSize)

Retorna uma instância de fonte utilizável que representa a fonte padrão, no tamanho solicitado, para o dispositivo e a plataforma.

SystemFontOfSize(Double, FontAttributes)

Retorna uma estrutura de fonte com os atributos e o tamanho especificados.

SystemFontOfSize(NamedSize, FontAttributes)

Retorna uma estrutura de fonte com os atributos e o tamanho especificados.

SystemFontOfSize(Double)

Retorna uma instância de fonte utilizável que representa a fonte padrão, no tamanho solicitado, para o dispositivo e a plataforma.

public static Xamarin.Forms.Font SystemFontOfSize (double size);
static member SystemFontOfSize : double -> Xamarin.Forms.Font

Parâmetros

size
Double

O tamanho da fonte desejado.

Retornos

O Font solicitado.

Aplica-se a

SystemFontOfSize(NamedSize)

Retorna uma instância de fonte utilizável que representa a fonte padrão, no tamanho solicitado, para o dispositivo e a plataforma.

public static Xamarin.Forms.Font SystemFontOfSize (Xamarin.Forms.NamedSize size);
static member SystemFontOfSize : Xamarin.Forms.NamedSize -> Xamarin.Forms.Font

Parâmetros

size
NamedSize

A fonte desejada NamedSize.

Retornos

A Font em negrito solicitada.

Aplica-se a

SystemFontOfSize(Double, FontAttributes)

Retorna uma estrutura de fonte com os atributos e o tamanho especificados.

public static Xamarin.Forms.Font SystemFontOfSize (double size, Xamarin.Forms.FontAttributes attributes);
static member SystemFontOfSize : double * Xamarin.Forms.FontAttributes -> Xamarin.Forms.Font

Parâmetros

size
Double

O tamanho da fonte solicitada.

attributes
FontAttributes

Se a fonte estiver em negrito, itálico ou nenhum deles.

Retornos

Uma estrutura Font com os valores especificados attributes e size.

Aplica-se a

SystemFontOfSize(NamedSize, FontAttributes)

Retorna uma estrutura de fonte com os atributos e o tamanho especificados.

public static Xamarin.Forms.Font SystemFontOfSize (Xamarin.Forms.NamedSize size, Xamarin.Forms.FontAttributes attributes);
static member SystemFontOfSize : Xamarin.Forms.NamedSize * Xamarin.Forms.FontAttributes -> Xamarin.Forms.Font

Parâmetros

size
NamedSize

O tamanho da fonte nomeada solicitada.

attributes
FontAttributes

Se a fonte estiver em negrito, itálico ou nenhum deles.

Retornos

Uma estrutura Font com os valores especificados attributes e size.

Aplica-se a