Centerprint

From QuakeQEWiki
Revision as of 08:10, 17 February 2022 by Teamred (talk | contribs)
Jump to navigation Jump to search

Centerprint is a quake c function that allows the programmer to print text aligned to the center of the screen

defs.qc declaration

void(entity client, string s, optional string s1, optional string s2, optional string s3, optional string s4, optional string s5, optional string s6, optional string s7) centerprint = #73;    // sprint, but in middle

Notes

In English, at one resolution, centerprint produces an at most 52-character-wide column of characters to the screen. As more characters are added new lines push the block downward off the bottom of the screen appearing on top of the game HUD

Lots of centerprint text!.png

The normal typeface isn't monospaced and is difficult to properly align