John Mitchell / lpc4088_displaymodule_GC500_2_5inch

Dependencies:   DMBasicGUI DMSupport

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers GuiFont.h Source File

GuiFont.h

00001 // My own header is inserted here - edit it in the C code generation window
00002 
00003 // -----------------------------------------------------------------------
00004 //
00005 //                            *** ATTENTION ***
00006 //
00007 //   This file is maintained by the easyGUI Graphical User Interface
00008 //   program. Modifications should therefore not be made directly in
00009 //   this file, as the changes will be lost next time easyGUI creates
00010 //   the file.
00011 //
00012 //                            *** ATTENTION ***
00013 //
00014 // -----------------------------------------------------------------------
00015 
00016 //
00017 // Generated by easyGUI version 6.0.9.005
00018 // Generated for project GC500_5inch
00019 // in project file C:\easyGUI Projects\GC500_5inch.gui
00020 //
00021 
00022 // Ensure that this header file is only included once
00023 #ifndef __GUIFONT_H
00024 #define __GUIFONT_H
00025 
00026 // --------------------------  INCLUDE SECTION  --------------------------
00027 
00028 #include "GuiConst.h"
00029 #include "GuiLib.h"
00030 
00031 // ---------------------  GLOBAL DECLARATION SECTION  --------------------
00032 
00033 #define GuiFont_CharCnt  655
00034 extern const GuiConst_PTR const GuiFont_ChPtrList[GuiFont_CharCnt];
00035 
00036 // Fonts
00037 // =====
00038 
00039 #define GuiFont_DEFAULT_TEXT_FONT      0
00040 
00041 #define GuiFont_Helv1                  1
00042 #define GuiFont_Helv10Bold             2
00043 #define GuiFont_Helv20Bold             3
00044 #define GuiFont_Helv28Bold             4
00045 #define GuiFont_Helv36Bold             5
00046 
00047 #define GuiFont_FontCnt  6
00048 extern const GuiLib_FontRecPtr GuiFont_FontList[GuiFont_FontCnt];
00049 
00050 extern const GuiConst_INT8U GuiFont_LanguageActive[GuiConst_LANGUAGE_CNT];
00051 
00052 extern const GuiConst_INT16U GuiFont_LanguageIndex[GuiConst_LANGUAGE_CNT];
00053 
00054 extern const GuiConst_INT8U GuiFont_LanguageTextDir[GuiConst_LANGUAGE_CNT];
00055 
00056 extern const GuiConst_INT8U GuiFont_DecimalChar[GuiConst_LANGUAGE_CNT];
00057 
00058 
00059 // --------------------------  CUSTOM SECTION  ---------------------------
00060 
00061 // My own code is inserted here - edit it in the C code generation window
00062 
00063 // -----------------------------------------------------------------------
00064 
00065 #endif
00066 
00067 // -----------------------------------------------------------------------
00068 
00069 // My own footer is inserted here - edit it in the C code generation window