surface.SetFont
Example
Draws 'Hello World' on the screen, with the 'Default' font.
Set the current font to be used for text operations later.
The fonts must first be created with surface.CreateFont or be one of the Default Fonts.
Draws 'Hello World' on the screen, with the 'Default' font.