How do I access the AppWizard font in emWin?
I see the variable acArial_24_Normal_EXT_AA4 is used for the "Arial_24_Normal_EXT_AA4.xbf" font. I see the AppWizard API call APPW_GetFont().
I cannot seem to get APPW_GetFont() to return 0 (success). No combination of using the window, widget IDs (or handles) seems to fill the GUI_FONT structure.
where ID_SCREEN_00, ID_BUTTON_00 are the AppWizard IDs.
It appears I need the GUI_XBF_DATA structure rather than the raw XBF array. Where do I get access to that guy?
Cheers,
Joe
I see the variable acArial_24_Normal_EXT_AA4 is used for the "Arial_24_Normal_EXT_AA4.xbf" font. I see the AppWizard API call APPW_GetFont().
I cannot seem to get APPW_GetFont() to return 0 (success). No combination of using the window, widget IDs (or handles) seems to fill the GUI_FONT structure.
C Source Code
It appears I need the GUI_XBF_DATA structure rather than the raw XBF array. Where do I get access to that guy?
Cheers,
Joe