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

TCanvas.TextWidth

Gets the width for the specified text using the canvas Font.

Declaration

Source position: graphics.pp line 1137

public function TCanvas.TextWidth(

  const Text: string

):Integer; virtual;

Arguments

Text

  

Text measured in the method.

Function result

Width for the specified text (in pixels).

Description

Calls TextExtent to get the TSize instance with the return value for the method.

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