In CVI 6.0, we added the ability to create console applications. With adding this ability, we changed the default window to be used for Standard I/O to the system's Command Prompt (or DOS window). The system's STDIO window is setup by the user as to which fonts are used. If you want to switch back to the old CVI STDIO Window you can do it with the SetStdioPort function like this:
SetStdioPort (CVI_STDIO_WINDOW);
However, if you prefer using the Window's system window, you will have to put up with whatever fonts the OS and user have selected for this window.
Best Regards,
Chris Matthews
National Instruments