ITextSupport.TextExtent

function TextExtent(const Text: String): TSize;

function TextExtentW(const Text: Widestring): TSize;

Description

Unicode and ANSI versions of the text measuring methods. Please refer to TBitmap32.TextExtent for a more detailed description.

 

See Also

TBitmap32.TextExtent