Font Class Reference
#include <Font.h>
List of all members.
|
Public Member Functions |
| | Font (int width_in, int height_in, unsigned char *font_in) |
| | Font () |
| void | string (int xpos, int ypos, char *str_in) |
| void | stringShadow (int xpos, int ypos, char *str_in) |
| void | stringSpecialShadow (int xpos, int ypos, char *str_in) |
| void | string (int xpos, int ypos, const std::string &str_in) |
| void | stringShadow (int xpos, int ypos, const std::string &str_in) |
| void | stringSpecialShadow (int xpos, int ypos, const std::string &str_in) |
| int | hPixelToChar (int pixelh) |
| int | wPixelToChar (int pixelw) |
| int | getHeight () |
| int | getWidth () |
Public Attributes |
| int | width |
| int | height |
| int | draw_width |
| int | draw_height |
| BitmapArray | fontlist |
Constructor & Destructor Documentation
| Font::Font |
( |
int |
width_in, |
|
|
int |
height_in, |
|
|
unsigned char * |
font_in | |
|
) |
| | |
Member Function Documentation
| void Font::string |
( |
int |
xpos, |
|
|
int |
ypos, |
|
|
char * |
str_in | |
|
) |
| | |
| void Font::stringShadow |
( |
int |
xpos, |
|
|
int |
ypos, |
|
|
char * |
str_in | |
|
) |
| | |
| void Font::stringSpecialShadow |
( |
int |
xpos, |
|
|
int |
ypos, |
|
|
char * |
str_in | |
|
) |
| | |
| void Font::string |
( |
int |
xpos, |
|
|
int |
ypos, |
|
|
const std::string & |
str_in | |
|
) |
| | |
| void Font::stringShadow |
( |
int |
xpos, |
|
|
int |
ypos, |
|
|
const std::string & |
str_in | |
|
) |
| | |
| void Font::stringSpecialShadow |
( |
int |
xpos, |
|
|
int |
ypos, |
|
|
const std::string & |
str_in | |
|
) |
| | |
| int Font::hPixelToChar |
( |
int |
pixelh |
) |
|
| int Font::wPixelToChar |
( |
int |
pixelw |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files:
- /Users/ccliffe/Dev/cubicvr/cubicvr/include/CubicVR/Font.h
- /Users/ccliffe/Dev/cubicvr/cubicvr/src/Font.cpp