Share via


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 如果這是 Font 衍生自 GDI 垂直字型,則為 , false否則為 。

備註

使用此屬性可判斷字型是否與非 Unicode 平臺上的原生 Win32 控件相容。

GdiVerticalFont只有在從傳統 GDI 建立此字型時,才會傳回true

字型定義,例如 LOGFONT 或 HFONT。

適用於