|
1:用软件生成的C文件:
extern GUI_CONST_STORAGE GUI_FONT GUI_Fontqaz;
/* Start of unicode area <CJK Unified Ideographs>*/
GUI_CONST_STORAGE unsigned char acGUI_Fontqaz_5BB6[ 72] = { /* code 5BB6*/
________,________,________,
________,__XX____,________,
________,___XX___,________,
____X___,____X___,________,
____XXXX,XXXXXXXX,XXXXXX__,
___XX___,________,____X___,
__XX____,________,___X____,
_____XXX,XXXXXXXX,XX______,
GUI_CONST_STORAGE GUI_CHARINFO GUI_Fontqaz_CharInfo[9] = {
{ 24, 24, 3, acGUI_Fontqaz_5BB6 } /* code 5BB6 */
};
GUI_CONST_STORAGE GUI_FONT_PROP GUI_Fontqaz_Prop1 = {
0x5BB6 /* first character */
,0x5BB6 /* last character */
,&GUI_Fontqaz_CharInfo[ 0] /* address of first character */
,&GUI_Fontqaz_Prop2 /* pointer to next GUI_FONT_PROP */
};
GUI_CONST_STORAGE GUI_FONT GUI_Fontqaz = {
GUI_FONTTYPE_PROP /* type of font */
,24 /* height of font */
,24/* space of font y */
,1 /* magnification x */
,1 /* magnification y*/
|
|