DrawVerticalText

procedure DrawVerticalText(image: TImage32; x, y: double; const text: UnicodeString; font: TFontCache; lineHeight: double = 0.0; textColor: TColor32 = clBlack32);

Characters will be centered horizontally.

If lineHeight = 0 (the default value), then the function will use the font's line height.

See Also

TFontCache