Jump to content

Recommended Posts

Posted

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? 

 

 

Posted

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().

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...