===========================================================================
| 899 | |
| 900 | //=========================================================================== |
| 901 | int PrintTextCursorY ( const char * pText, RECT & rRect ) |
| 902 | { |
| 903 | int nChars = PrintText( pText, rRect ); |
| 904 | rRect.top += g_nFontHeight; |
| 905 | rRect.bottom += g_nFontHeight; |
| 906 | return nChars; |
| 907 | } |
| 908 | |
| 909 | |
| 910 |
no test coverage detected