![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include <GUI_Type.h>
Data Fields | |
| GUI_DISPCHAR * | pfDispChar |
| GUI_GETCHARDISTX * | pfGetCharDistX |
| GUI_GETFONTINFO * | pfGetFontInfo |
| GUI_ISINFONT * | pfIsInFont |
| GUI_GETCHARINFO * | pfGetCharInfo |
| const tGUI_ENC_APIList * | pafEncode |
| U8 | YSize |
| U8 | YDist |
| U8 | XMag |
| U8 | YMag |
| union { | |
| const void * pFontData | |
| const GUI_FONT_MONO * pMono | |
| const GUI_FONT_PROP * pProp | |
| const GUI_FONT_PROP_EXT * pPropExt | |
| } | p |
| U8 | Baseline |
| U8 | LHeight |
| U8 | CHeight |
Definition at line 419 of file GUI_Type.h.
| U8 Baseline |
Definition at line 436 of file GUI_Type.h.
| U8 CHeight |
Definition at line 438 of file GUI_Type.h.
| U8 LHeight |
Definition at line 437 of file GUI_Type.h.
| union { ... } p |
| const tGUI_ENC_APIList* pafEncode |
Definition at line 425 of file GUI_Type.h.
| GUI_DISPCHAR* pfDispChar |
Definition at line 420 of file GUI_Type.h.
| GUI_GETCHARDISTX* pfGetCharDistX |
Definition at line 421 of file GUI_Type.h.
| GUI_GETCHARINFO* pfGetCharInfo |
Definition at line 424 of file GUI_Type.h.
| GUI_GETFONTINFO* pfGetFontInfo |
Definition at line 422 of file GUI_Type.h.
| GUI_ISINFONT* pfIsInFont |
Definition at line 423 of file GUI_Type.h.
| const void* pFontData |
Definition at line 431 of file GUI_Type.h.
| const GUI_FONT_MONO* pMono |
Definition at line 432 of file GUI_Type.h.
| const GUI_FONT_PROP* pProp |
Definition at line 433 of file GUI_Type.h.
| const GUI_FONT_PROP_EXT* pPropExt |
Definition at line 434 of file GUI_Type.h.
| U8 XMag |
Definition at line 428 of file GUI_Type.h.
| U8 YDist |
Definition at line 427 of file GUI_Type.h.
| U8 YMag |
Definition at line 429 of file GUI_Type.h.
| U8 YSize |
Definition at line 426 of file GUI_Type.h.
1.8.11