what are the Font problems on NT 4.0?



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

Post New Answer

More Delphi Interview Questions

How to Drop a combobox's list in code?

1 Answers  


Can I use DLLs developed in C or C++ from Delphi?

1 Answers  


How to turn off ISAPI DLL caching on Windows 2000 and IIS5 ?

1 Answers  


How to Execute a program from my application?

1 Answers  


Where are the Delphi 4 InterBase Certificate Keys and IDs located?

1 Answers  


'External Exception C0000008' or 'Access Violation' . what does this error mean?

1 Answers  


How to Change the background color of Text?

1 Answers  


How to handle exceptions in Thread objects ?

1 Answers  


How does one change the default directory that Delphi uses to save projects?

1 Answers  


How to Add TrueType fonts to windows in code?

1 Answers  


What are the different types of pointers used in delphi?

1 Answers  


Where is the file dsgnintf.pas?

2 Answers  


Categories