2019-12-11 13:14:27 +00:00
|
|
|
#ifndef _INCLUDED_SGUI_FONT_SOURCE_H_
|
|
|
|
#define _INCLUDED_SGUI_FONT_SOURCE_H_
|
2018-12-11 13:49:24 +00:00
|
|
|
//=======================================================================//
|
2021-04-13 15:09:25 +00:00
|
|
|
//= Include files. =//
|
2018-12-11 13:49:24 +00:00
|
|
|
//=======================================================================//
|
|
|
|
#include "SGUI_Typedef.h"
|
|
|
|
|
|
|
|
//=======================================================================//
|
2021-04-13 15:09:25 +00:00
|
|
|
//= Public variable declaration. =//
|
2018-12-11 13:49:24 +00:00
|
|
|
//=======================================================================//
|
2021-10-08 16:31:30 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C"{
|
|
|
|
#endif
|
2019-12-25 15:23:13 +00:00
|
|
|
extern const SGUI_FONT_RES SGUI_DEFAULT_FONT_MiniNum;
|
2019-12-01 15:04:02 +00:00
|
|
|
extern const SGUI_FONT_RES SGUI_DEFAULT_FONT_8;
|
2021-04-13 15:09:25 +00:00
|
|
|
extern const SGUI_FONT_RES SGUI_DEFAULT_FONT_12;
|
|
|
|
extern const SGUI_FONT_RES SGUI_DEFAULT_FONT_16;
|
2021-10-08 16:31:30 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
2018-12-11 13:49:24 +00:00
|
|
|
|
2019-12-11 13:14:27 +00:00
|
|
|
#endif // _INCLUDED_SGUI_FONT_SOURCE_H_
|