文件名称:ACESimpleClient002
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 谢**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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:
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:
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ACESimpleClient.cpp
ACESimpleClient.vcproj
ReadMe.txt
ACESimpleClient.vcproj
ReadMe.txt