Definition at line 253 of file TextArea.h. References mText. Referenced by CheckTextFormat(). 00255 { 00256 INT w; 00257 INT h; 00258 std::string s = mText.substr(start, end - start + 1); 00259 oglSys.AbstFontTextSize(top, top->hFont, (char *) s.c_str(), &w, &h); 00260 return w; 00261 }
|