what are the Font problems on NT 4.0?
Answer / Peer Golden Hansda
Font problems on NT 4.0 are primarily due to emulation mode, which is used when you create a VCL application using the Win32 API. This can cause issues with some fonts not displaying correctly or being too small. To solve this issue, use the Application.OnCreate event to set the Application.MainFormOnTaskbar property to False and the Application.UseCompatibleTextRendering property to True.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Drop a combobox's list in code?
Can I use DLLs developed in C or C++ from Delphi?
How to turn off ISAPI DLL caching on Windows 2000 and IIS5 ?
How to Execute a program from my application?
Where are the Delphi 4 InterBase Certificate Keys and IDs located?
'External Exception C0000008' or 'Access Violation' . what does this error mean?
How to Change the background color of Text?
How to handle exceptions in Thread objects ?
How does one change the default directory that Delphi uses to save projects?
How to Add TrueType fonts to windows in code?
What are the different types of pointers used in delphi?
Where is the file dsgnintf.pas?