Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi All, I have been researching into using emWin and FontConverter and I have come across something that has left me puzzled. It appears that when creating a monospaced font in FontConverter it still makes use of proportional font structures. When I look into the structs in emWin I can see that a monospaced struct font does exist however it seems like it is largely unused: typedef struct { const unsigned char * pData; const U8 * pTransData; const GUI_FONT_TRANSINFO * pTrans; U16P FirstChar; U16P…