void ChangeFontToBold(HWND richedit) { CHARFORMAT boldfont; boldfont.cbSize = sizeof (CHARFORMAT); boldfont.crTextColor = RGB(0, 0, ...
確定! 回上一頁