TextMetrics.Descent 속성

정의

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

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

속성 값

글꼴에 있는 문자의 하강입니다.

설명

하강은 문자가 기준선 아래로 확장되는 거리입니다.

적용 대상