Font Class Reference

#include <Font.h>

List of all members.

Public Member Functions

 Font (void)
 ~Font (void)
void createFont (int size, char *type, HDC hdc, int style)
void destroyFont ()
void printFont (char *s)
void printFont (const char *s,...)


Detailed Description

Can be used to write text.

Constructor & Destructor Documentation

Font::Font ( void   ) 

constructor of font class

Font::~Font ( void   ) 

destructor of font class


Member Function Documentation

void Font::createFont ( int  size,
char *  type,
HDC  hdc,
int  style 
)

creates new font.

Parameters:
@param 
@param 

void Font::destroyFont (  ) 

destroy font

void Font::printFont ( char *  s  ) 

prints given string

Parameters:
string that is printed

GLvoid Font::printFont ( const char *  s,
  ... 
)

prints string by the use of how many parameters you need like fprintf

Parameters:
string that is printed
... how many parameters you need


The documentation for this class was generated from the following files:
Generated on Fri May 29 18:22:30 2009 for VisLink by  doxygen 1.5.4