Function for rendering text at the current raster position. More...
Go to the source code of this file.
Functions | |
void | vgui_text_put (char const *s, unsigned size=24) |
Put the given text at the current raster position. |
Function for rendering text at the current raster position.
Definition in file vgui_text_put.h.
void vgui_text_put | ( | char const * | s, |
unsigned | size = 24 |
||
) |
Put the given text at the current raster position.
size | Approximate point size of the text. Current implementation only has 10pt and 24pt Times New Roman. |