Definition at line 637 of file TextEdit.h. References OglGui::Window::GetForeground(), OglGui::OglWindow::mOglWnd, mShadowColor, and mTextShadowed. Referenced by DrawTabbedLine(). 00638 { 00639 int col = GetForeground(); 00640 if (!mTextShadowed) 00641 oglSys.PosColPrintf(mOglWnd, x, y, col, "%s", buf); 00642 else 00643 oglSys.ShadowPrintf(mOglWnd, x, y, mShadowColor, col, "%s", buf); 00644 }
Here is the call graph for this function:
|