2006年7月3日

字体的使用

摘要: 1.在public下声明:CFont m_textFont;2.在构造函数下:m_textFont.CreateFont( 14, // nHeight 0, // nWidth 0, // nEscapement 0, // nOrientation FW_BOLD, // nWeight //设置为粗体 FALSE, // bItalic FALSE, // bUnderline 0, ANS... 阅读全文

posted @ 2006-07-03 17:12 路吾 阅读(248) 评论(0) 推荐(0)

导航