Gibt es bei Andorra eine Möglichkeit die Höhe eines Textes genau zu bestimmen?
Ich versuche es folgend zu machen, damit der Text eine Höhe von 45 Pixeln hat.
Delphi-Quellcode:
tempMat := AdMatrix_Identity;
tempMat[1][1] := 45.0 / Font.TextHeight(Caption);
Font.Color := Color;
Font.TransformationMatrix := tempMat;
Font.TextOut(ClientWidth-40-Font.TextWidth(Caption)-20, 0, Caption);