STemWin + 0/14 examples
CodeScope will show references to GUI_FONT from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
Applications
STemWin
STM32469I_EVAL
Demonstrations
Applications
STemWin
STM32F412G-Discovery
Demonstrations
STM32F413H-Discovery
Demonstrations
STM32446E_EVAL
Applications
STemWin
STM324x9I_EVAL
Applications
STemWin
STM324xG_EVAL
Applications
STemWin
STM32F429I-Discovery
Applications
STemWin
 
Symbols
loading...
Files
loading...

GUI_FONT struct

FONT methods

Syntax

typedef struct GUI_FONT GUI_FONT;
Implemented in GUI_Type.h:435

Fields

pfDispChar

No summary provided. Read more...

pfGetCharDistX

No summary provided. Read more...

pfGetFontInfo

No summary provided. Read more...

pfIsInFont

No summary provided. Read more...

pfGetCharInfo

No summary provided. Read more...

pafEncode

No summary provided. Read more...

YSize

No summary provided. Read more...

YDist

No summary provided. Read more...

XMag

No summary provided. Read more...

YMag

No summary provided. Read more...

p

No summary provided. Read more...

Baseline

No summary provided. Read more...

LHeight

No summary provided. Read more...

CHeight

No summary provided. Read more...

Examples

GUI_FONT is referenced by 14 libraries and example projects.

References

LocationReferrerScopeText
GUI_Type.h:294
typedef struct GUI_FONT GUI_FONT;
GUI_Type.h:435
struct GUI_FONT {
GUI_Type.h:294
typedef struct GUI_FONT GUI_FONT;
BUTTON.h:140BUTTON_GetDefaultFont()
BUTTON.h:145BUTTON_SetDefaultFont()::pFontBUTTON_SetDefaultFont()
BUTTON.h:166BUTTON_GetFont()
BUTTON.h:179BUTTON_SetFont()::pfontBUTTON_SetFont()
CALENDAR.h:141CALENDAR_SetDefaultFont()::pFontCALENDAR_SetDefaultFont()
void CALENDAR_SetDefaultFont (unsigned Index, const GUI_FONT * pFont);
CHECKBOX.h:137CHECKBOX_GetDefaultFont()
CHECKBOX.h:145CHECKBOX_SetDefaultFont()::pFontCHECKBOX_SetDefaultFont()
CHECKBOX.h:160CHECKBOX_GetFont()
CHECKBOX.h:169CHECKBOX_SetFont()::pFontCHECKBOX_SetFont()
DROPDOWN.h:141DROPDOWN_GetFont()
DROPDOWN.h:157DROPDOWN_SetFont()::pfontDROPDOWN_SetFont()
DROPDOWN.h:195DROPDOWN_GetDefaultFont()
DROPDOWN.h:197DROPDOWN_SetDefaultFont()::pFontDROPDOWN_SetDefaultFont()
EDIT.h:153EDIT_SetDefaultFont()::pFontEDIT_SetDefaultFont()
EDIT.h:165EDIT_GetDefaultFont()
EDIT.h:177EDIT_SetFont()::pFontEDIT_SetFont()
EDIT.h:195EDIT_GetFont()
FRAMEWIN.h:180FRAMEWIN_SetFont()::pFontFRAMEWIN_SetFont()
FRAMEWIN.h:214FRAMEWIN_GetFont()
FRAMEWIN.h:237FRAMEWIN_GetDefaultFont()
FRAMEWIN.h:244FRAMEWIN_SetDefaultFont()::pFontFRAMEWIN_SetDefaultFont()
GRAPH.h:188GRAPH_SCALE_SetFont()
GUI.h:239GUI_CONTEXT::pAFontGUI_CONTEXT
const GUI_FONT * pAFont;
GUI.h:364GUI_GetDefaultFont()
GUI.h:379GUI_SetDefaultFont()::pFontGUI_SetDefaultFont()
GUI.h:795GUI_GetFont()
const GUI_FONT * GUI_GetFont (void);
GUI.h:802GUI_GetFontInfo()::pFontGUI_GetFontInfo()
GUI.h:804GUI_GetYSizeOfFont()::pFontGUI_GetYSizeOfFont()
GUI.h:805GUI_GetYDistOfFont()::pFontGUI_GetYDistOfFont()
GUI.h:808GUI_IsInFont()::pFontGUI_IsInFont()
char GUI_IsInFont (const GUI_FONT * pFont, U16 c);
GUI.h:814GUI_SetFont()
GUI.h:830GUI_SIF_CreateFont()::pFontGUI_SIF_CreateFont()
GUI.h:831GUI_SIF_DeleteFont()::pFontGUI_SIF_DeleteFont()
GUI.h:837GUI_XBF_CreateFont()::pFontGUI_XBF_CreateFont()
GUI.h:838GUI_XBF_DeleteFont()::pFontGUI_XBF_DeleteFont()
GUI.h:844GUI_TTF_CreateFont()::pFontGUI_TTF_CreateFont()
GUI.h:845GUI_TTF_CreateFontAA()::pFontGUI_TTF_CreateFontAA()
GUI.h:848GUI_TTF_GetFamilyName()::pFontGUI_TTF_GetFamilyName()
GUI.h:849GUI_TTF_GetStyleName()::pFontGUI_TTF_GetStyleName()
GUI.h:2049GUI_Font8_ASCII
GUI.h:2050GUI_Font10S_ASCII
GUI.h:2051GUI_Font10_ASCII
GUI.h:2052GUI_Font13_ASCII
GUI.h:2053GUI_Font13B_ASCII
GUI.h:2054GUI_Font13H_ASCII
GUI.h:2055GUI_Font13HB_ASCII
GUI.h:2056GUI_Font16_ASCII
GUI.h:2057GUI_Font16B_ASCII
GUI.h:2058GUI_Font20_ASCII
GUI.h:2059GUI_Font20B_ASCII
GUI.h:2060GUI_Font24_ASCII
GUI.h:2061GUI_Font24B_ASCII
GUI.h:2062GUI_Font32_ASCII
GUI.h:2063GUI_Font32B_ASCII
GUI.h:2068GUI_Font20F_ASCII
GUI.h:2073GUI_Font4x6
GUI.h:2074GUI_Font6x8
GUI.h:2075GUI_Font6x8_ASCII
GUI.h:2076GUI_Font8x8
GUI.h:2077GUI_Font8x8_ASCII
GUI.h:2078GUI_Font8x10_ASCII
GUI.h:2079GUI_Font8x12_ASCII
GUI.h:2080GUI_Font8x13_ASCII
GUI.h:2081GUI_Font8x15B_ASCII
GUI.h:2082GUI_Font8x16
GUI.h:2083GUI_Font8x16x1x2
GUI.h:2084GUI_Font8x16_ASCII
GUI.h:2089GUI_FontD24x32
GUI.h:2090GUI_FontD32
GUI.h:2091GUI_FontD36x48
GUI.h:2092GUI_FontD48
GUI.h:2093GUI_FontD48x64
GUI.h:2094GUI_FontD64
GUI.h:2095GUI_FontD60x80
GUI.h:2096GUI_FontD80
GUI.h:2101GUI_FontComic18B_ASCII
GUI.h:2102GUI_FontComic24B_ASCII
GUI_Private.h:281GUI_SIF__GetFontInfo()::pFontGUI_SIF__GetFontInfo()
GUI_Private.h:282GUI_SIF__IsInFont()::pFontGUI_SIF__IsInFont()
GUI_Private.h:283GUI_SIF__GetpCharInfo()::pFontGUI_SIF__GetpCharInfo()
GUI_Private.h:284GUI_SIF__GetNumCharAreas()::pFontGUI_SIF__GetNumCharAreas()
GUI_Private.h:286GUI_SIF__GetFontInfo_ExtFrm()::pFontGUI_SIF__GetFontInfo_ExtFrm()
GUI_Private.h:287GUI_SIF__IsInFont_ExtFrm()::pFontGUI_SIF__IsInFont_ExtFrm()
GUI_Private.h:295GUI_XBF__GetFontInfo()::pFontGUI_XBF__GetFontInfo()
GUI_Private.h:296GUI_XBF__IsInFont()::pFontGUI_XBF__IsInFont()
GUI_Private.h:644GUI__pFontDefault
extern const GUI_FONT * GUI__pFontDefault;
GUI_Type.h:294GUI_FONT
typedef struct GUI_FONT GUI_FONT;
GUI_Type.h:298GUI_GETFONTINFO::pFont
typedef void GUI_GETFONTINFO (const GUI_FONT * pFont, GUI_FONTINFO * pfi);
GUI_Type.h:299GUI_ISINFONT::pFont
typedef char GUI_ISINFONT (const GUI_FONT * pFont, U16 c);
GUI_Type.h:313GUIMONO_IsInFont()::pFontGUIMONO_IsInFont()
GUI_Type.h:314GUIPROP_GetFontInfo()::pFontGUIPROP_GetFontInfo()
GUI_Type.h:315GUIPROP_EXT_GetFontInfo()::pFontGUIPROP_EXT_GetFontInfo()
DECLARE_FONT(PROP_EXT);
GUI_Type.h:316GUIPROP_FRM_GetFontInfo()::pFontGUIPROP_FRM_GetFontInfo()
DECLARE_FONT(PROP_FRM);
GUI_Type.h:317GUIPROPAA_GetFontInfo()::pFontGUIPROPAA_GetFontInfo()
DECLARE_FONT(PROPAA);
GUI_Type.h:318GUIPROP_AA2_GetFontInfo()::pFontGUIPROP_AA2_GetFontInfo()
DECLARE_FONT(PROP_AA2);
GUI_Type.h:319GUIPROP_AA2_EXT_GetFontInfo()::pFontGUIPROP_AA2_EXT_GetFontInfo()
DECLARE_FONT(PROP_AA2_EXT);
GUI_Type.h:320GUIPROP_AA4_IsInFont()::pFontGUIPROP_AA4_IsInFont()
DECLARE_FONT(PROP_AA4);
GUI_Type.h:321GUIPROP_AA4_EXT_GetFontInfo()::pFontGUIPROP_AA4_EXT_GetFontInfo()
DECLARE_FONT(PROP_AA4_EXT);
HEADER.h:109HEADER_SetDefaultFont()
HEADER.h:118HEADER_GetDefaultFont()
HEADER.h:133HEADER_GetFont()
HEADER.h:149HEADER_SetFont()::pFontHEADER_SetFont()
ICONVIEW.h:120ICONVIEW_GetFont()
ICONVIEW.h:138ICONVIEW_SetFont()::pFontICONVIEW_SetFont()
LISTBOX.h:152LISTBOX_GetFont()
LISTBOX.h:172LISTBOX_SetFont()::pFontLISTBOX_SetFont()
LISTBOX.h:197LISTBOX_GetDefaultFont()
LISTBOX.h:203LISTBOX_SetDefaultFont()::pFontLISTBOX_SetDefaultFont()
LISTVIEW.h:137LISTVIEW_GetFont()
LISTVIEW.h:166LISTVIEW_SetFont()::pFontLISTVIEW_SetFont()
LISTVIEW.h:195LISTVIEW_SetDefaultFont()
LISTWHEEL.h:133LISTWHEEL_SetFont()::pFontLISTWHEEL_SetFont()
LISTWHEEL.h:149LISTWHEEL_GetFont()
MENU.h:219MENU_GetFont()
MENU.h:230MENU_SetFont()::pFontMENU_SetFont()
MENU.h:247MENU_GetDefaultFont()
MENU.h:252MENU_SetDefaultFont()::pFontMENU_SetDefaultFont()
MULTIEDIT.h:122MULTIEDIT_GetFont()
MULTIEDIT.h:137MULTIEDIT_SetFont()::pFontMULTIEDIT_SetFont()
MULTIPAGE.h:164MULTIPAGE_GetFont()
MULTIPAGE.h:176MULTIPAGE_SetFont()::pFontMULTIPAGE_SetFont()
MULTIPAGE.h:193MULTIPAGE_GetDefaultFont()
MULTIPAGE.h:200MULTIPAGE_SetDefaultFont()::pFontMULTIPAGE_SetDefaultFont()
PROGBAR.h:134PROGBAR_GetFont()
PROGBAR.h:140PROGBAR_SetFont()::pfontPROGBAR_SetFont()
RADIO.h:136RADIO_SetDefaultFont()::pFontRADIO_SetDefaultFont()
RADIO.h:140RADIO_GetDefaultFont()
RADIO.h:154RADIO_GetFont()
RADIO.h:162RADIO_SetFont()::pFontRADIO_SetFont()
SPINBOX.h:153SPINBOX_GetFont()
SPINBOX.h:162SPINBOX_SetFont()::pFontSPINBOX_SetFont()
SWIPELIST.h:160SWIPELIST_GetFont()
SWIPELIST.h:186SWIPELIST_SetFont()::pFontSWIPELIST_SetFont()
SWIPELIST.h:209SWIPELIST_GetDefaultFont()
SWIPELIST.h:219SWIPELIST_SetDefaultFont()::pFontSWIPELIST_SetDefaultFont()
void SWIPELIST_SetDefaultFont (unsigned Index, const GUI_FONT * pFont);
TEXT.h:122TEXT_GetFont()
TEXT.h:130TEXT_SetFont()::pFontTEXT_SetFont()
TEXT.h:145TEXT_GetDefaultFont()
TEXT.h:148TEXT_SetDefaultFont()::pFontTEXT_SetDefaultFont()
TREEVIEW.h:135TREEVIEW_ITEM_DRAW_INFO::pFontTREEVIEW_ITEM_DRAW_INFO
const GUI_FONT * pFont;
TREEVIEW.h:189TREEVIEW_SetFont()::pFontTREEVIEW_SetFont()
TREEVIEW.h:229TREEVIEW_GetDefaultFont()
TREEVIEW.h:233TREEVIEW_SetDefaultFont()::pFontTREEVIEW_SetDefaultFont()
WM.h:581WM_TOOLTIP_SetDefaultFont()

Type Use

Variables of GUI_FONT type
GUI_GETFONTINFO::pFont
GUI_ISINFONT::pFont
all items filtered out
GUI_FONT
all items filtered out
GUI_FONT
all items filtered out