Font.GdiVerticalFont Proprietà
Definizione
public:
property bool GdiVerticalFont { bool get(); };
public bool GdiVerticalFont { get; }
member this.GdiVerticalFont : bool
Public ReadOnly Property GdiVerticalFont As Boolean
Valore della proprietà
true
se Font è derivato da un tipo di carattere GDIGDI verticale; in caso contrario, false
.true
if this Font is derived from a GDIGDI vertical font; otherwise, false
.
Commenti
Utilizzare questa proprietà per determinare se un tipo di carattere è compatibile con i controlli Win32 nativi sulle piattaforme non Unicode.Use this property to determine if a font is compatible with native Win32 controls on non-Unicode platforms.
GdiVerticalFontrestituisce true
solo se il tipo di carattere è stato creato da un GDI classicoGdiVerticalFont only returns true
if this font was created from a classic GDI
definizione del tipo di carattere, ad esempio LOGFONT o HFONT.font definition, like a LOGFONT or HFONT.