Font.OfSize(String, Double, FontWeight, FontSlant, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
요청된 글꼴 및 크기의 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 인스턴스입니다.
설명
글꼴 가용성은 플랫폼 및 디바이스에 따라 달라집니다.