Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:06:38 2010 for ImpalaSrc by  doxygen 1.5.1