Francois Piette wrote: > The defualt font in the VCL designer is "tahoma". I would like to > have "arial" or something else. I don't see any configuration > parameter for that. > Any idea ? >
Francois, I don't know how more recent versions of Delphi work, but in Delphi 5 I always add a "DesktopFont := True" as the first line of my form's FormCreate method. It's my belief that I should try and run with the same font that the user has chosen, rather than forcing my own font choice on the user. Of course, sometimes - for example when a fixed-width font is required - you have to make the choice... Cheers, David _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

