31 May 2007

Timer function addition completed.

Next task is to display all the messages in Japanese text within the application. For that the application has to be converted to work with Unicode fonts.

The cpp file has to convert Unicode supported format to support Japanese text. Instead of modifying existing code I have written a new function that can display Unicode text.

It appears that I have to use DirectX functions to achieve this. I have read MSDN manuals of the font related functions.

At this point I can display some Japanese text. But when timer function numbers (time) are appended to the text it does not display properly. I will be fixing this next.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.