Photon 1.0.0
|
Macros | |
#define | _CRT_SECURE_NO_WARNINGS |
Functions | |
string | readfile (string filename) |
void | draw_image (canvas &cvs, int x, int y, const Bitmap &bmp) |
bool | set_font (canvas &cvs, const string &raw_font_data, int pixel_size) |
void | set_color (canvas &cvs, brush_type type, color c) |
string | get_font_dir () |
#define _CRT_SECURE_NO_WARNINGS |
string get_font_dir | ( | ) |
string readfile | ( | string | filename | ) |
void set_color | ( | canvas & | cvs, |
brush_type | type, | ||
color | c | ||
) |
bool set_font | ( | canvas & | cvs, |
const string & | raw_font_data, | ||
int | pixel_size | ||
) |