Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::StaticText::GetTextExtent ( int &  w,
int &  h 
) const [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     }


Generated on Thu Jan 13 09:26:57 2011 for ImpalaSrc by  doxygen 1.5.1