2011-09-27 21:52:55 +02:00
|
|
|
#ifndef FONTSYSTEM_H_
|
|
|
|
#define FONTSYSTEM_H_
|
|
|
|
|
|
|
|
bool SetupDefaultFont(const char *path);
|
|
|
|
void ClearFontData();
|
|
|
|
void SetFontScale(float Scale);
|
|
|
|
float GetFontScale();
|
|
|
|
void SetFont();
|
|
|
|
bool font_folder_exists();
|
|
|
|
|
2011-09-25 19:47:02 +02:00
|
|
|
#endif
|