Partager via


Font.OfSize(String, Double, FontWeight, FontSlant, Boolean) Méthode

Définition

Retourne une structure Fontavec les taille et police demandées.

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

Paramètres

name
String

Nom de la police système ciblée.

size
Double

Taille de police souhaitée.

weight
FontWeight
fontSlant
FontSlant
enableScaling
Boolean

Retours

Instance de Font.

Remarques

La disponibilité de police est dépendante de la plateforme et de l’appareil.

S’applique à