|
R-Type
Distributed multiplayer game engine in C++
|
#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | UI |
| namespace | UI::TextUtils |
Functions | |
| int | UI::TextUtils::EstimateTextWidth (const std::string &text, int fontSize) |
| Estimate the width of text in pixels. | |