다음을 통해 공유


Font.OfSize(String, Double, FontWeight, FontSlant, Boolean) 메서드

정의

요청된 글꼴 및 크기의 Font 구조체를 반환합니다.

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

매개 변수

name
String

대상 시스템 글꼴의 이름입니다.

size
Double

원하는 글꼴 크기입니다.

weight
FontWeight
fontSlant
FontSlant
enableScaling
Boolean

반환

Font 인스턴스입니다.

설명

글꼴 가용성은 플랫폼 및 디바이스에 따라 달라집니다.

적용 대상