simplegui/GUI/inc/SGUI_FontResource.h

17 lines
804 B
C
Raw Normal View History

#ifndef _INCLUDED_SGUI_FONT_SOURCE_H_
#define _INCLUDED_SGUI_FONT_SOURCE_H_
//=======================================================================//
//= Include files. =//
//=======================================================================//
#include "SGUI_Typedef.h"
//=======================================================================//
//= Public variable declaration. =//
//=======================================================================//
extern const SGUI_FONT_RES SGUI_DEFAULT_FONT_MiniNum;
extern const SGUI_FONT_RES SGUI_DEFAULT_FONT_8;
extern const SGUI_FONT_RES SGUI_DEFAULT_FONT_12;
extern const SGUI_FONT_RES SGUI_DEFAULT_FONT_16;
#endif // _INCLUDED_SGUI_FONT_SOURCE_H_