加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ucOS XBF

发布时间:2020-12-15 07:09:54 所属栏目:百科 来源:网络整理
导读:XBF 和.c格式的字体是一致的,因此需要先弄明白.c格式的字体文件。 .c 格式的字体可以通过一个破解版本来生成。 XBF 格式实际上一个.c格式的字体的二进制的映射。 ? /////////////////////////////////////////////////////////////////////////////////////

XBF和.c格式的字体是一致的,因此需要先弄明白.c格式的字体文件。

.c格式的字体可以通过一个破解版本来生成。

XBF格式实际上一个.c格式的字体的二进制的映射。

?

////////////////////////////////////////////////////////////////////////////////////////////////////////

GUI_FLASH const GUI_CHARINFO GUI_FontArialBold12pt_CharInfo[1325] = {

?? {?? 3,?? 3,? 1,(void GUI_FLASH *)&acFontArialBold12pt_0020 } /* code 0020 */

?,{?? 3,(void GUI_FLASH *)&acFontArialBold12pt_0021 } /* code 0021 */

?,{?? 6,?? 6,(void GUI_FLASH *)&acFontArialBold12pt_0022 } /* code 0022 */

?,{?? 7,?? 7,(void GUI_FLASH *)&acFontArialBold12pt_0023 } /* code 0023 */

?,(void GUI_FLASH *)&acFontArialBold12pt_0024 } /* code 0024 */

?,{?? 9,?? 9,? 2,(void GUI_FLASH *)&acFontArialBold12pt_0025 } /* code 0025 */

?

/////////////////////////////////////////////////////////////////////////////////////////////////////////

GUI_FLASH const GUI_FONT_PROP GUI_FontArialBold12pt_Prop1 = {

?? 0x0020 /* first character */

?,0x007E /* last character? */

?,&GUI_FontArialBold12pt_CharInfo[? 0] /* address of first character */

?,(void GUI_FLASH *)&GUI_FontArialBold12pt_Prop2 /* pointer to next GUI_FONT_PROP */

};

?

GUI_FLASH const GUI_FONT GUI_FontArialBold12pt = {

?? GUI_FONTTYPE_PROP /* type of font??? */

?,15 /* height of font? */

?,15 /* space of font y */

?,1 /* magnification x */

?,1 /* magnification y */

?,(void GUI_FLASH *)&GUI_FontArialBold12pt_Prop1

};


///////////////////////////////////////////////////////////////////////////////////////////////////////

?

/* Start of unicode area <Basic Latin> */

GUI_FLASH const unsigned char acFontArialBold12pt_0020[ 15] = { /* code 0020 */

? ________,

? ________,

? ________};

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读