TextWidth

Graphics32

TBitmap32.TextWidth

function TextWidth(const Text: String): Integer;

function TextWidthW(const Text: Widestring): Integer;

Description

Returns the width, in pixels, of a string rendered in the current Font.

 

Please note that the CLX versions of the non-Unicode methods do also default to Widestring because that is the native QT string format.

 

See Also

Font, RenderText, TextExtent, TextHeight, TextOut