[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
DoGetTextSize calls TextExtent to find width and height of specified text string.
Source position: graphics.pp line 1014
protected procedure TCanvas.DoGetTextSize( |
Text: string; |
var w: Integer; |
var h: Integer |
); override; |
|
Calculates the size for the specified Text using the canvas Font. |
lazarus-ccr.sourceforge.net |