TClrFont.GdiVerticalFont Property

Gets or sets a Boolean value that indicates whether this Font is derived from a GDI vertical font.

Namespace: CNClrLib.Control.Graphics
published
 property GdiVerticalFont: Boolean read FGdiVerticalFont write SetGdiVerticalFont default False;

Property Value

Type: Boolean

true if this Font is derived from a GDI vertical font; otherwise, false.

Use this property to determine if a font is compatible with native Win32 controls on non-Unicode platforms.

GdiVerticalFont only returns true if this font was created from a classic GDI font definition, like a LOGFONT or HFONT.