[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the height for the specified text using the canvas Font.
Source position: graphics.pp line 1154
public function TCanvas.TextHeight( |
const Text: string |
):Integer; virtual; |
Text |
|
Text measured in the method. |
Height for the specified text (in pixels).
Calls TextExtent to get the TSize instance with the return value for the method.
Version 4.0 | Generated 2025-05-03 | Home |