Search Results

Search results 1-8 of 8.

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

  • Extra background color length

    gaurav - - emWin related

    Post

    I am attaching font converter. Please check. When you run .exe file it will open. One pop up window will come whatever default settings are there use same settings. Font Verdana Font Size 35 Save this file as a .c file. Regards Gaurav

  • Extra background color length

    gaurav - - emWin related

    Post

    Hi, I am sending .c file of verdana font and GUI.h file. Font converter is freely available on internet. You can download from there. Regards Gaurav

  • Extra background color length

    gaurav - - emWin related

    Post

    Hi, I am using functions given below to display a string with background color. I want background color length corresponding to string length but in the end of string some extra length ( 1 character) of background color is coming. Please suggest solution to this problem. GUI_SetFont(GUI_FONT_VERDANA_35); GUI_SetBkColor(GUI_RED); GUI_SetColor(GUI_BLACK); GUI_RECT pHRect={85,430,380,465}; //10/7/2019{95,435,383,465}; GUI_DispStringInRectEx(dispHighPriW,&pHRect,GUI_TA_VCENTER|GUI_TA_HCENTER, strlen…

  • Extra background color length

    gaurav - - emWin related

    Post

    Hi, Is this issue coming due to font? Regards Gaurav

  • Extra background color length

    gaurav - - emWin related

    Post

    Sven, I am using Font Converter to generate font. Regards Gaurav

  • Extra background color length

    gaurav - - emWin related

    Post

    Hi, I am using functions given below to display a string with background color. I want background color length corresponding to string length but in the end of string some extra length ( 1 character) of background color is coming. Please suggest solution to this problem. GUI_SetBkColor(GUI_RED); GUI_SetColor(GUI_BLACK); GUI_RECT pHRect={85,430,380,465}; //10/7/2019{95,435,383,465}; GUI_DispStringInRectEx(dispHighPriW,&pHRect,GUI_TA_VCENTER|GUI_TA_HCENTER, strlen(dispHighPriW), GUI_ROTATE_0); Reg…

  • [REDIRECTED] Extra background color

    gaurav - - General

    Post

    Ok I will post this query ti emWin. Regards Gaurav

  • [REDIRECTED] Extra background color

    gaurav - - General

    Post

    Hi, I am using functions given below to display a string with background color. I want background color length corresponding to string length but in the end of string some extra length ( 1 character) of background color is coming. Please suggest solution to this problem. GUI_SetBkColor(GUI_RED); GUI_SetColor(GUI_BLACK); GUI_RECT pHRect={85,430,380,465}; //10/7/2019{95,435,383,465}; GUI_DispStringInRectEx(dispHighPriW,&pHRect,GUI_TA_VCENTER|GUI_TA_HCENTER, strlen(dispHighPriW), GUI_ROTATE_0); Reg…