![]() |
Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Detect all fonts
All fonts you may get by using Fonts property of TScreen class.
procedure TForm1.Button1Click(Sender: TObject);
begin
Memo1.Lines.Assign(Screen.Fonts);
end;
-
More for developers