#include <rendertext.h>
|
| RText () |
|
virtual | ~RText () |
|
std::string | getcurcommand () |
|
int | text_width (char *str) |
|
void | draw_text (std::string &str, float left, float top, int gl_num) |
|
void | renderconsole () |
|
void | conline (std::string &sf, bool highlight) |
|
void | conoutf (char *) |
|
virtual void | conoutf (std::string &s, int a=0, int b=0, int c=0) |
|
void | saycommand (const char *init) |
|
void | ConsoleKeyboardI (int code, bool isdown) |
|
void | conoutn (std::string &in, int a, int b, int c) |
|
Definition at line 5 of file rendertext.h.
void RText::conline |
( |
std::string & |
sf, |
|
|
bool |
highlight |
|
) |
| |
void RText::conoutf |
( |
char * |
in) | |
|
virtual void RText::conoutf |
( |
std::string & |
s, |
|
|
int |
a = 0 , |
|
|
int |
b = 0 , |
|
|
int |
c = 0 |
|
) |
| |
|
virtual |
void RText::conoutn |
( |
std::string & |
in, |
|
|
int |
a, |
|
|
int |
b, |
|
|
int |
c |
|
) |
| |
void RText::ConsoleKeyboardI |
( |
int |
code, |
|
|
bool |
isdown |
|
) |
| |
void RText::draw_text |
( |
std::string & |
str, |
|
|
float |
left, |
|
|
float |
top, |
|
|
int |
gl_num |
|
) |
| |
string RText::getcurcommand |
( |
) | |
|
void RText::renderconsole |
( |
) | |
|
void RText::saycommand |
( |
const char * |
init) | |
|
int RText::text_width |
( |
char * |
str) | |
|
The documentation for this class was generated from the following files: