|
|
От: |
Live
|
|
| Дата: | 23.11.02 16:52 | ||
| Оценка: | |||
LOGFONT lf;
memset(&lf, 0, sizeof(LOGFONT));
lf.lfHeight = 10;
HFONT hfont = ::CreateFontIndirect(&lf);
CFont* pfont = CFont::FromHandle(hfont);
this->SetFont(pfont,TRUE);