[inline]
Definition at line 117 of file StaticText.h.
References OglGui::OglWindow::mOglWnd, and mText.
00118 { 00119 int cW, cH; 00120 oglSys.GetTextExtent(mOglWnd, mText.c_str(), &cW, &cH); 00121 w = cW; 00122 h = cH; 00123 }