core/vgui/vgui_text_put.h
Go to the documentation of this file.
00001 // This is core/vgui/vgui_text_put.h
00002 #ifndef vgui_text_put_h_
00003 #define vgui_text_put_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 //:
00008 // \file
00009 // \author Philip C. Pritchett, RRG, University of Oxford
00010 // \date   19 Oct 99
00011 // \brief  Function for rendering text at the current raster position.
00012 
00013 //: Put the given text at the current raster position.
00014 // \param size Approximate point size of the text. Current
00015 // implementation only has 10pt and 24pt Times New Roman.
00016 void vgui_text_put(char const *s, unsigned size=24);
00017 
00018 #endif // vgui_text_put_h_