/ Published in: Delphi
display the screen size and the list of fonts
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Label1.Caption := IntToStr (Screen.Width) + 'x' + IntToStr (Screen.Height); ListBox1.Items := Screen.Fonts;