摘要:
字体主要是用于修饰文字输出的形状、高度、宽度、粗度、倾斜、删除线等。 BOOL CreateFontIndirect(const LOGFONT* lpLogFont); 根据LOGFONT结构体创建一个字体 BOOL CreateFont( int nHeight, int nWidth, int 阅读全文
摘要:
第一种方法:使用SetWindowPos函数 //WINUSERAPI BOOL WINAPI SetWindowPos(HWNDh Wnd, HWND hWndInsertAfter, int X, int Y, int cx, int cy, UINT uFlags); //CWnd::SetW 阅读全文