Font.OfSize(String, Double, FontWeight, FontSlant, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna uma estrutura Font com a fonte e o tamanho solicitados.
public static Microsoft.Maui.Font OfSize (string? name, double size, Microsoft.Maui.FontWeight weight = Microsoft.Maui.FontWeight.Regular, Microsoft.Maui.FontSlant fontSlant = Microsoft.Maui.FontSlant.Default, bool enableScaling = true);
static member OfSize : string * double * Microsoft.Maui.FontWeight * Microsoft.Maui.FontSlant * bool -> Microsoft.Maui.Font
Public Shared Function OfSize (name As String, size As Double, Optional weight As FontWeight = Microsoft.Maui.FontWeight.Regular, Optional fontSlant As FontSlant = Microsoft.Maui.FontSlant.Default, Optional enableScaling As Boolean = true) As Font
Parâmetros
- name
- String
O nome da fonte do sistema de destino.
- size
- Double
O tamanho da fonte desejado.
- weight
- FontWeight
- fontSlant
- FontSlant
- enableScaling
- Boolean
Retornos
Uma instância de Font.
Comentários
A disponibilidade da fonte depende da plataforma e do dispositivo.