[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Calculate the height of the font needed to fit the available space, given the MaxWidth and MaxHeight constraints
Source position: stdctrls.pp line 1431
public function TCustomLabel.CalcFittingFontHeight( |
const TheText: String; |
MaxWidth: Integer; |
MaxHeight: Integer; |
var FontHeight: Integer; |
var NeededWidth: Integer; |
var NeededHeight: Integer |
):Boolean; |
lazarus-ccr.sourceforge.net |