Tagged Questions
7
votes
2answers
2k views
Changing the font of a Delphi TLabel to Italic chops off the tail - why?
A simple demo of a default TLabel with font set to Arial Regular 16 is shown below.
The code when the button is clicked is:
procedure TForm1.Button1Click(Sender: TObject);
begin
...