Description: will be saved, which avoids redoing the complex calculation each time.
So, for what will those display list be useful to draw text? Well, when you create your font (with a specific typeface, height and weight), all the characters that need to be reused later can be drawn in a display list (one list for each character). You can then easily display text later by calling the different display lists of the characters you want to draw. Let s look at the header of the CGameFont class, which is used to draw the text:
To Search:
File list (Check if you may need any files):
ACESimpleClient.cpp
ACESimpleClient.vcproj
ReadMe.txt