Functions
core/vgui/vgui_text_put.h File Reference

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.

Detailed Description

Function for rendering text at the current raster position.

Author:
Philip C. Pritchett, RRG, University of Oxford
Date:
19 Oct 99

Definition in file vgui_text_put.h.


Function Documentation

void vgui_text_put ( char const *  s,
unsigned  size = 24 
)

Put the given text at the current raster position.

Parameters:
sizeApproximate point size of the text. Current implementation only has 10pt and 24pt Times New Roman.