[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LCLIntf' (#lcl)

GetTextExtentPoint32

Computes the display width and height of an string.

Declaration

Source position: winapih.inc line 153

function GetTextExtentPoint32(

  DC: HDC;

  Str: PChar;

  Count: Integer;

  var Size: TSize

):Boolean;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.