Font.GdiVerticalFont 속성

정의

Font가 GDI 세로 방향 글꼴에서 파생되었는지 여부를 나타내는 부울 값을 가져옵니다.

public:
 property bool GdiVerticalFont { bool get(); };
public bool GdiVerticalFont { get; }
member this.GdiVerticalFont : bool
Public ReadOnly Property GdiVerticalFont As Boolean

속성 값

true GDI Font 세로 글꼴에서 파생되면 이고, false그렇지 않으면 입니다.

설명

이 속성을 사용하여 글꼴이 유니코드가 아닌 플랫폼의 네이티브 Win32 컨트롤과 호환되는지 확인합니다.

GdiVerticalFont 이 글꼴이 클래식 GDI에서 만들어진 경우에만 를 반환 true 합니다.

LOGFONT 또는 HFONT와 같은 글꼴 정의입니다.

적용 대상