I\'m creating a game but I have one problem: how can I draw text to the screen, as I want to print something every time the player picks up something or gets hurt. I already
No, there is no method in OpenGL for easily printing text. You must either use one of the libraries that exist for this purpose or you must write it yourself.