lphantom Posted May 11, 2018 Report Share Posted May 11, 2018 Hello! I am using latest version uGFX library and have problem with cyrillic fonts. I read all recomendation on uGFX but not find the answer. Using mcufont utility i convert font with cyrillic symbols (range 0x410-0x44F). I test this font with function gdispDrawChar - it's work perfect, but function gdispFillStringBox does not work, no symbols are displayed. Where may be mistake, may be somewhere i must define codepage? Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted May 14, 2018 Report Share Posted May 14, 2018 Hello and welcome to the µGFX community! Is it possible that you forgot to assign the font on the GWIN level? You can either use gwinSetDefaultFont() to set a default font for all widgets or you can set a per-widget specific font with gwinSetFont(). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now