function TextExtent(const Text: String): TSize;
function TextExtentW(const Text: Widestring): TSize;
Returns the width and height, in pixels, of a string rendered in the current Font.
Note, that the size returned by this function may differ from the actual width of the text produced by RenderText function, especially when using raster fonts.
Please note that the CLX versions of the non-Unicode methods do also default to Widestring because that is the native QT string format.
RenderText, TextHeight, TextOut, TextWidth, Font, TSize
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024