/*
C-file generated by emWin Font editor, compiled Jul 30 1999, 10:36:14
(c) 1998 SEGGER Microcontroller Systeme GmbH
Tel. 49-2103-2878-0
Fax. 49-2103-2878-28
EMail info@segger.com
www.segger.com
Source file:
Font: CourierNew
Height: 16
*/
#include "GUI.H"
/* The following line needs to be included in any file selecting the
font. A good place would be GUIConf.H
*/
extern const GUI_FONT FontCourierNew8x16;
const unsigned char acFontCourierNew8x16_32[16] =
/* code 32 */
{
________,
________,
________,
________,
________,
________,
________,
________,
________,
________,
________,
________,
________,
________,
________,
________};
const unsigned char acFontCourierNew8x16_33[16] =
/* code 33 */
{
________,
________,
________,
________,
____X___,
____X___,
____X___,
____X___,
____X___,
________,
________,
____X___,
________,
________,
________,
________};
....
const unsigned char acFontCourierNew8x16_48[16] =
/* code 48 */
{
________,
________,
________,
________,
__XXXX__,
_X____X_,
_X____X_,
_X____X_,
_X____X_,
_X____X_,
_X____X_,
__XXXX__,
________,
________,
________,
________};
const unsigned char acFontCourierNew8x16_49[16] =
/* code 49 */
{
________,
________,
________,
________,
____X___,
__XXX___,
____X___,
____X___,
____X___,
____X___,
____X___,
__XXXXX_,
________,
________,
________,
________};
const unsigned char acFontCourierNew8x16_50[16] =
/* code 50 */
{
________,
________,
________,
________,
__XXX___,
_X___X__,
_____X__,
____X___,
___X____,
__X_____,
_X___X__,
_XXXXX__,
________,
________,
________,
________};
const unsigned char acFontCourierNew8x16_51[16] =
/* code 51 */
{
________,
________,
________,
________,
__XXX___,
_X___X__,
_____X__,
___XX___,
_____X__,
_____X__,
_X___X__,
__XXX___,
________,
________,
________,
________};
const unsigned char acFontCourierNew8x16_52[16] =
/* code 52 */
{
________,
________,
________,
________,
____XX__,
___X_X__,
__X__X__,
__X__X__,
_XXXXXX_,
_____X__,
_____X__,
____XXX_,
________,
________,
________,
________};
....
const unsigned char acFontCourierNew8x16_255[16] =
/* code 255 */
{
________,
________,
________,
________,
___X__X_,
________,
_XXX_XXX,
__X___X_,
__X___X_,
___X_X__,
___X_X__,
____X___,
____X___,
__XXX___,
________,
________};
static const GUI_CHARINFO CharInfo[192] = {
{ 8, 8, 1, (void*)&acFontCourierNew8x16_32 } /* code 32 */
...
,{ 8, 8, 1, (void*)&acFontCourierNew8x16_127 } /* code 127 */
,{ 8, 8, 1, (void*)&acFontCourierNew8x16_160 } /* code 160 */
...
,{ 8, 8, 1, (void*)&acFontCourierNew8x16_255 } /* code 255 */
};
static const GUI_FONT_PROP FontProp2 = {
160 /* first character */
,255 /* last character */
,&CharInfo[96] /* address of first character */
,(void*)0 /* pointer to next GUI_FONT_PROP */
};
static const GUI_FONT_PROP FontProp1 = {
32 /* first character */
,127 /* last character */
,&CharInfo[0] /* address of first character */
,(void*)&FontProp2 /* pointer to next GUI_FONT_PROP */
};
const GUI_FONT FontCourierNew8x16 = {
GUI_FONTTYPE_PROP /* type of font */
,16 /* height of font */
,16 /* space of font y */
,1 /* magnification x */
,1 /* magnification y */
,(void*)&FontProp1
};
|