TextMetrics.Ascent 속성

정의

글꼴에서 문자의 상승을 가져오거나 설정합니다.

public:
 property int Ascent { int get(); void set(int value); };
public int Ascent { get; set; }
member this.Ascent : int with get, set
Public Property Ascent As Integer

속성 값

글꼴의 문자 상승입니다.

설명

상승은 문자가 기준선 위로 확장되는 거리입니다.

적용 대상