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