olikraus / U8g2_for_Adafruit_GFX

Add U8g2 fonts to any Adafruit GFX based graphics library.
Other
103 stars 32 forks source link

Add bigger Cyrillic font(s) please #22

Closed ZinggJM closed 4 years ago

ZinggJM commented 4 years ago

Hi Oliver,

could you add bigger Cyrillic font(s) to u8g2 and U8g2_for_Adafruit_GFX? Please see Arduino Forum Topic https://forum.arduino.cc/index.php?topic=644866.0

Thank you

Jean-Marc

olikraus commented 4 years ago

Hmmm the only option is to derive the gylphs from a ttf font. inconsolata contains cyrillic glyphs. Whould this be ok? I can create several sizes up to 62 pixel height...

inr

olikraus commented 4 years ago

ok, looks like the 62 pixel height version does not work. Will create up to 53 pixel height

ZinggJM commented 4 years ago

Thank you very much. As you see, this is not for me, and I am not a font expert. I am happy with anything you can provide.

olikraus commented 4 years ago

Yes, I know. It's done already, but I still have to update this project. Hope to do this over the weekend.