Font.SystemFontOfSize(Double, FontWeight, FontSlant, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디바이스 및 플랫폼에 대해 요청된 크기의 기본 글꼴을 나타내는 사용 가능한 글꼴 인스턴스를 반환합니다.
public static Microsoft.Maui.Font SystemFontOfSize (double size, Microsoft.Maui.FontWeight weight = Microsoft.Maui.FontWeight.Regular, Microsoft.Maui.FontSlant fontSlant = Microsoft.Maui.FontSlant.Default, bool enableScaling = true);
static member SystemFontOfSize : double * Microsoft.Maui.FontWeight * Microsoft.Maui.FontSlant * bool -> Microsoft.Maui.Font
Public Shared Function SystemFontOfSize (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
매개 변수
- size
- Double
원하는 글꼴 크기입니다.
- weight
- FontWeight
- fontSlant
- FontSlant
- enableScaling
- Boolean
반환
요청된 Font입니다.