|
|
От: | Bailif | |
| Дата: | 21.04.03 05:43 | ||
| Оценка: | |||
B>StartPage(m_hPrintDC);
РМ>HFONT hOldFont = (HFONT)::SelectObject(m_hPrintDC, m_hFont);
B>//Выводим
B> ::DrawText(m_hPrintDC,
B> strPage.c_str(),
B> strPage.size(),
B> &m_PageRect,
B> DT_EXPANDTABS);
РМ>::SelectObject(m_hPrintDC, hOldFont);
B>EndPage(m_hPrintDC);
B>