다음을 통해 공유


CTLine.GetTypographicBounds 메서드

정의

오버로드

GetTypographicBounds()

선의 입력 너비를 반환합니다.

GetTypographicBounds(nfloat, nfloat, nfloat)

줄에 대한 입력 정보를 반환합니다.

GetTypographicBounds()

선의 입력 너비를 반환합니다.

public double GetTypographicBounds ();
member this.GetTypographicBounds : unit -> double

반환

선의 너비이거나 오류가 있는 경우 0입니다.

설명

M:CoreText.CTLine.GetTypographicBounds(out float, out float, out float) 메서드를 사용하여 선의 입력 체계 기능에 대한 자세한 정보를 검색합니다.

iOS 6.0부터 는 GetBounds(CTLineBoundsOptions) 이 메서드보다 더 세밀한 입력 체계 정보를 제공합니다.

적용 대상

GetTypographicBounds(nfloat, nfloat, nfloat)

줄에 대한 입력 정보를 반환합니다.

public double GetTypographicBounds (out nfloat ascent, out nfloat descent, out nfloat leading);
member this.GetTypographicBounds :  *  *  -> double

매개 변수

ascent
nfloat

선의 상승을 반환합니다.

descent
nfloat

선의 하강을 반환합니다.

leading
nfloat

선의 선행을 반환합니다.

반환

선의 너비이거나 오류가 있는 경우 0입니다.

설명

iOS 6.0부터 는 GetBounds(CTLineBoundsOptions) 이 메서드보다 더 세밀한 입력 체계 정보를 제공합니다.

적용 대상