Headers for emWin lib
Dependents: DISCO-F746NG_rtos_test
emWin_header/GUI_FontIntern.h@0:1bf8f02b0770, 2016-03-26 (annotated)
- Committer:
- redbird
- Date:
- Sat Mar 26 22:49:50 2016 +0000
- Revision:
- 0:1bf8f02b0770
new code integration
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
redbird | 0:1bf8f02b0770 | 1 | /********************************************************************* |
redbird | 0:1bf8f02b0770 | 2 | * SEGGER Microcontroller GmbH & Co. KG * |
redbird | 0:1bf8f02b0770 | 3 | * Solutions for real time microcontroller applications * |
redbird | 0:1bf8f02b0770 | 4 | ********************************************************************** |
redbird | 0:1bf8f02b0770 | 5 | * * |
redbird | 0:1bf8f02b0770 | 6 | * (c) 1996 - 2014 SEGGER Microcontroller GmbH & Co. KG * |
redbird | 0:1bf8f02b0770 | 7 | * * |
redbird | 0:1bf8f02b0770 | 8 | * Internet: www.segger.com Support: support@segger.com * |
redbird | 0:1bf8f02b0770 | 9 | * * |
redbird | 0:1bf8f02b0770 | 10 | ********************************************************************** |
redbird | 0:1bf8f02b0770 | 11 | |
redbird | 0:1bf8f02b0770 | 12 | ** emWin V5.24 - Graphical user interface for embedded applications ** |
redbird | 0:1bf8f02b0770 | 13 | All Intellectual Property rights in the Software belongs to SEGGER. |
redbird | 0:1bf8f02b0770 | 14 | emWin is protected by international copyright laws. Knowledge of the |
redbird | 0:1bf8f02b0770 | 15 | source code may not be used to write a similar product. This file may |
redbird | 0:1bf8f02b0770 | 16 | only be used in accordance with the following terms: |
redbird | 0:1bf8f02b0770 | 17 | |
redbird | 0:1bf8f02b0770 | 18 | The software has been licensed to NXP Semiconductors USA, Inc. whose |
redbird | 0:1bf8f02b0770 | 19 | registered office is situated at 411 E. Plumeria Drive, San Jose, |
redbird | 0:1bf8f02b0770 | 20 | CA 95134, USA solely for the purposes of creating libraries for |
redbird | 0:1bf8f02b0770 | 21 | NXPs M0, M3/M4 and ARM7/9 processor-based devices, sublicensed and |
redbird | 0:1bf8f02b0770 | 22 | distributed under the terms and conditions of the NXP End User License |
redbird | 0:1bf8f02b0770 | 23 | Agreement. |
redbird | 0:1bf8f02b0770 | 24 | Full source code is available at: www.segger.com |
redbird | 0:1bf8f02b0770 | 25 | |
redbird | 0:1bf8f02b0770 | 26 | We appreciate your understanding and fairness. |
redbird | 0:1bf8f02b0770 | 27 | ---------------------------------------------------------------------- |
redbird | 0:1bf8f02b0770 | 28 | File : GUI_FontIntern.h |
redbird | 0:1bf8f02b0770 | 29 | Purpose : Internal decalrations used in font files |
redbird | 0:1bf8f02b0770 | 30 | ---------------------------END-OF-HEADER------------------------------ |
redbird | 0:1bf8f02b0770 | 31 | |
redbird | 0:1bf8f02b0770 | 32 | Attention : Do not modify this file ! If you do, you will not |
redbird | 0:1bf8f02b0770 | 33 | be able do update to a later GUI version ! |
redbird | 0:1bf8f02b0770 | 34 | |
redbird | 0:1bf8f02b0770 | 35 | */ |
redbird | 0:1bf8f02b0770 | 36 | |
redbird | 0:1bf8f02b0770 | 37 | |
redbird | 0:1bf8f02b0770 | 38 | #ifndef GUI_FONTINTERN_H /* Guard against multiple inclusion */ |
redbird | 0:1bf8f02b0770 | 39 | #define GUI_FONTINTERN_H |
redbird | 0:1bf8f02b0770 | 40 | |
redbird | 0:1bf8f02b0770 | 41 | #include "GUI.h" |
redbird | 0:1bf8f02b0770 | 42 | |
redbird | 0:1bf8f02b0770 | 43 | #if defined(__cplusplus) |
redbird | 0:1bf8f02b0770 | 44 | extern "C" { /* Make sure we have C-declarations in C++ programs */ |
redbird | 0:1bf8f02b0770 | 45 | #endif |
redbird | 0:1bf8f02b0770 | 46 | |
redbird | 0:1bf8f02b0770 | 47 | |
redbird | 0:1bf8f02b0770 | 48 | extern GUI_CONST_STORAGE GUI_FONT_PROP GUI_Font8ASCII_Prop; |
redbird | 0:1bf8f02b0770 | 49 | extern GUI_CONST_STORAGE GUI_FONT_PROP GUI_Font10S_ASCII_FontProp1; |
redbird | 0:1bf8f02b0770 | 50 | extern GUI_CONST_STORAGE GUI_FONT_PROP GUI_Font10ASCIIProp1; |
redbird | 0:1bf8f02b0770 | 51 | extern GUI_CONST_STORAGE GUI_FONT_PROP GUI_Font16ASCIIProp1; |
redbird | 0:1bf8f02b0770 | 52 | extern GUI_CONST_STORAGE GUI_FONT_PROP GUI_Font16_1_FontProp1; |
redbird | 0:1bf8f02b0770 | 53 | |
redbird | 0:1bf8f02b0770 | 54 | extern GUI_CONST_STORAGE GUI_FONT_PROP GUI_Font20_ASCII_Prop1; |
redbird | 0:1bf8f02b0770 | 55 | extern GUI_CONST_STORAGE GUI_CHARINFO GUI_Font20_ASCII_CharInfo[95]; |
redbird | 0:1bf8f02b0770 | 56 | extern GUI_CONST_STORAGE GUI_FONT_PROP GUI_Font20B_ASCII_Prop1; |
redbird | 0:1bf8f02b0770 | 57 | extern GUI_CONST_STORAGE GUI_CHARINFO GUI_Font20B_ASCII_CharInfo[95]; |
redbird | 0:1bf8f02b0770 | 58 | |
redbird | 0:1bf8f02b0770 | 59 | extern GUI_CONST_STORAGE GUI_FONT_PROP FontComic24BProp_ASCII; |
redbird | 0:1bf8f02b0770 | 60 | extern GUI_CONST_STORAGE GUI_CHARINFO GUI_Font24B_ASCII_CharInfo[95]; |
redbird | 0:1bf8f02b0770 | 61 | extern GUI_CONST_STORAGE GUI_CHARINFO GUI_Font24_ASCII_CharInfo[95]; |
redbird | 0:1bf8f02b0770 | 62 | extern GUI_CONST_STORAGE GUI_CHARINFO GUI_Font32B_ASCII_CharInfo[95]; |
redbird | 0:1bf8f02b0770 | 63 | extern GUI_CONST_STORAGE GUI_CHARINFO GUI_Font32_ASCII_CharInfo[95]; |
redbird | 0:1bf8f02b0770 | 64 | extern GUI_CONST_STORAGE GUI_CHARINFO GUI_CharInfoF8x13_ASCII[96]; |
redbird | 0:1bf8f02b0770 | 65 | extern GUI_CONST_STORAGE GUI_CHARINFO GUI_CharInfoF8x15B_ASCII[96]; |
redbird | 0:1bf8f02b0770 | 66 | extern GUI_CONST_STORAGE GUI_CHARINFO CharInfo18B_ASCII[97]; |
redbird | 0:1bf8f02b0770 | 67 | extern GUI_CONST_STORAGE GUI_CHARINFO CharInfo24B_ASCII[96]; |
redbird | 0:1bf8f02b0770 | 68 | extern GUI_CONST_STORAGE GUI_FONT_PROP GUI_Font13ASCII_Prop1; |
redbird | 0:1bf8f02b0770 | 69 | extern GUI_CONST_STORAGE GUI_FONT_PROP GUI_Font13B_ASCII_Prop1; |
redbird | 0:1bf8f02b0770 | 70 | extern GUI_CONST_STORAGE GUI_CHARINFO GUI_Font13H_ASCII_CharInfo[95]; |
redbird | 0:1bf8f02b0770 | 71 | extern GUI_CONST_STORAGE GUI_CHARINFO GUI_Font13HB_ASCII_CharInfo[95]; |
redbird | 0:1bf8f02b0770 | 72 | extern GUI_CONST_STORAGE GUI_CHARINFO GUI_Font16_HK_CharInfo[169]; |
redbird | 0:1bf8f02b0770 | 73 | extern GUI_CONST_STORAGE GUI_CHARINFO GUI_Font16B_ASCII_CharInfo[95]; |
redbird | 0:1bf8f02b0770 | 74 | |
redbird | 0:1bf8f02b0770 | 75 | |
redbird | 0:1bf8f02b0770 | 76 | #if defined(__cplusplus) |
redbird | 0:1bf8f02b0770 | 77 | } |
redbird | 0:1bf8f02b0770 | 78 | #endif |
redbird | 0:1bf8f02b0770 | 79 | |
redbird | 0:1bf8f02b0770 | 80 | |
redbird | 0:1bf8f02b0770 | 81 | #endif /* Guard against multiple inclusion */ |
redbird | 0:1bf8f02b0770 | 82 | |
redbird | 0:1bf8f02b0770 | 83 | /*************************** End of file ****************************/ |