다음을 통해 공유


UIFont.SystemFontOfSize 메서드

정의

오버로드

SystemFontOfSize(nfloat)

지정된 크기의 시스템 글꼴을 만듭니다.

SystemFontOfSize(nfloat, nfloat)

지정된 및 의 기본 시스템 글꼴을 size 반환합니다 weight.

SystemFontOfSize(nfloat, UIFontWeight)

지정된 및 에 대한 시스템 글꼴을 가져옵니다.

SystemFontOfSize(nfloat)

지정된 크기의 시스템 글꼴을 만듭니다.

public static UIKit.UIFont SystemFontOfSize (nfloat size);
static member SystemFontOfSize : nfloat -> UIKit.UIFont

매개 변수

size
nfloat

포인트 단위의 측정값인 글꼴의 크기입니다.

반환

설명

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상

SystemFontOfSize(nfloat, nfloat)

지정된 및 의 기본 시스템 글꼴을 size 반환합니다 weight.

public static UIKit.UIFont SystemFontOfSize (nfloat size, nfloat weight);
static member SystemFontOfSize : nfloat * nfloat -> UIKit.UIFont

매개 변수

size
nfloat
weight
nfloat

반환

설명

(이 노드에 대한 추가 설명서 제공 예정)

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상

SystemFontOfSize(nfloat, UIFontWeight)

지정된 및 에 대한 시스템 글꼴을 가져옵니다.

public static UIKit.UIFont SystemFontOfSize (nfloat size, UIKit.UIFontWeight weight);
static member SystemFontOfSize : nfloat * UIKit.UIFontWeight -> UIKit.UIFont

매개 변수

size
nfloat
weight
UIFontWeight

반환

설명

(이 노드에 대한 추가 설명서 제공 예정)

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상