标签:
1.文字的绘制
TextOut - 将文字绘制在指定坐标位置
int DrawText( HDC hDC, //DC句柄
LPCTSTR lpString, //字符串
int nCount, //字符个数
LPRECT lpRect, //绘制文字的矩形区域
UINT uFormat); //绘制方式
17.文字和字体
原文地址:http://www.cnblogs.com/csqtech/p/5638370.html