Search Results

Search results 1-4 of 4.

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

  • TTF FONT issue?

    Bit - - emWin related

    Post

    Quote from SEGGER - Schoenen: “Hi, I gave it a try but on my end seems to be ok. I tested with both, V5.44 and the most recent one V5.50b. Attached are some screenshots. Unfortunately, I don't have the same font, so I can not say if this is related to the font. I used Noto Sans Bold. Regards, Sven ” Hi, Sven. Please advise me how to solve this problem. Thanks.

  • TTF FONT issue?

    Bit - - emWin related

    Post

    Hi, Look at your picture, like the simulator used. The simulator is normal, the microcontroller display is abnormal. Using other fonts also has the same problem. Attach a font file. thanks a lots.

  • TTF FONT issue?

    Bit - - emWin related

    Post

    Hi, Create a font of one size and display it as normal. Exception when creating multiple sizes. example code, Please review. //Ëmwin ver 5.32 or 5.44 same issue #include "MainTask.h" #include "includes.h" GUI_TTF_CS Cs0, Cs1, Cs2, Cs3, Cs4, Cs5; GUI_TTF_DATA Data; GUI_FONT Font16, Font24, Font32, Font48, Font72, Font120; static const GUI_WIDGET_CREATE_INFO _aDialogCreate[] = { { FRAMEWIN_CreateIndirect, "TEST", 0, 0, 0, 800, 600,0, 0}, { TEXT_CreateIndirect, "GUI_Font16B_ASCII is ok.", GUI_ID_TE…

  • TTF FONT issue?

    Bit - - emWin related

    Post

    Hi, Use GUI_TTF_CreateFontAA to create 6 different font sizes. The initial display of the window is normal. After the WM_PAINT, the display is abnormal. Is this a bug? Please clarify. Thanks a lots