|

楼主 |
发表于 2017-6-12 15:38:26
|
显示全部楼层
/*********************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
* www.segger.com *
**********************************************************************
* *
* C-file generated by *
* *
* Font converter for emWin version 5.20 *
* Compiled Feb 19 2013, 11:55:34 *
* (C) 1998 - 2013 Segger Microcontroller GmbH & Co. KG *
* *
**********************************************************************
* *
* Source file: 宋体16.c *
* Font: 宋体 *
* Height: 16 *
* *
**********************************************************************
* *
* Initial font height: 16 *
* Range disabled: 0000 - FFFF *
* Range enabled: 5B80 - 5B81 *
* *
**********************************************************************
*/
#include "GUI.h"
#ifndef GUI_CONST_STORAGE
#define GUI_CONST_STORAGE const
#endif
/* The following line needs to be included in any file selecting the
font.
*/
extern GUI_CONST_STORAGE GUI_FONT GUI_Font宋体16;
/* Start of unicode area <CJK Unified Ideographs> */
GUI_CONST_STORAGE unsigned char acGUI_Font宋体16_5B80[ 32] = { /* code 5B80 */
______X_,________,
_______X,________,
_______X,________,
_XXXXXXX,XXXXXXX_,
_X______,______X_,
X_______,_____X__,
________,________,
________,________,
________,________,
________,________,
________,________,
________,________,
________,________,
________,________,
________,________,
________,________};
GUI_CONST_STORAGE unsigned char acGUI_Font宋体16_5B81[ 32] = { /* code 5B81 */
______X_,________,
_______X,________,
_______X,________,
_XXXXXXX,XXXXXXX_,
_X______,______X_,
X_______,_____X__,
________,________,
__XXXXXX,XXXXX___,
_______X,________,
_______X,________,
_______X,________,
_______X,________,
_______X,________,
_______X,________,
_____X_X,________,
______X_,________};
GUI_CONST_STORAGE GUI_CHARINFO GUI_Font宋体16_CharInfo[2] = {
{ 16, 16, 2, acGUI_Font宋体16_5B80 } /* code 5B80 */
,{ 16, 16, 2, acGUI_Font宋体16_5B81 } /* code 5B81 */
};
GUI_CONST_STORAGE GUI_FONT_PROP GUI_Font宋体16_Prop1 = {
0x5B80 /* first character */
,0x5B81 /* last character */
,&GUI_Font宋体16_CharInfo[ 0] /* address of first character */
,(GUI_CONST_STORAGE GUI_FONT_PROP *)0 /* pointer to next GUI_FONT_PROP */
};
GUI_CONST_STORAGE GUI_FONT GUI_Font宋体16 = {
GUI_FONTTYPE_PROP /* type of font */
,16 /* height of font */
,16 /* space of font y */
,1 /* magnification x */
,1 /* magnification y */
,{&GUI_Font宋体16_Prop1}
,14 /* Baseline */
,7 /* Height of lowercase characters */
,11 /* Height of capital characters */
}; |
|