#include <Font.h>
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,...) |
| Font::Font | ( | void | ) |
constructor of font class
| Font::~Font | ( | void | ) |
destructor of font class
| void Font::createFont | ( | int | size, | |
| char * | type, | |||
| HDC | hdc, | |||
| int | style | |||
| ) |
creates new font.
| @param | ||
| @param |
| void Font::destroyFont | ( | ) |
destroy font
| void Font::printFont | ( | char * | s | ) |
prints given string
| string | that is printed |
| GLvoid Font::printFont | ( | const char * | s, | |
| ... | ||||
| ) |
prints string by the use of how many parameters you need like fprintf
| string | that is printed | |
| ... | how many parameters you need |
1.5.4