gets the current font
| 417 | |
| 418 | // gets the current font |
| 419 | int grtext_GetFont() { return Grtext_font; } |
| 420 | |
| 421 | // puts a centered string in the text buffer. |
| 422 | void grtext_CenteredPrintf(int xoff, int y, const char *fmt, ...) { |
no outgoing calls
no test coverage detected