olikraus / u8g2

U8glib library for monochrome displays, version 2
Other
5.17k stars 1.05k forks source link

broken font links... no hebrew fonts available. #2507

Open giggty opened 2 months ago

giggty commented 2 months ago

broken links for hebrew font's : u8g2_font_cu12_t_hebrew cu12 X11 font sources are hosted here. Font download location is here.

are there any hebrew fonts available?

olikraus commented 2 months ago

What exactly do you mean by "broken link"? Pictures are visible and the fonts are available, you can just use them:

u8g2_font_6x13_t_hebrew u8g2_font_6x13B_t_hebrew u8g2_font_cu12_t_hebrew u8g2_font_unifont_t_hebrew

Of course additional u8g2 fonts could be generated from any bdf fonts...

giggty commented 2 months ago

sorry ... i had the wrong impression that you had to download the font . trying to figure out how to change size since there is no setfont size or somthing like that ... ? i'm guessing i cant and if i want a diffrent font size i need to create a font the size a want ... correct?

olikraus commented 2 months ago

trying to figure out how to change size since there is no setfont size or somthing like that ... ?

Indeed, bitmap fonts can't be scaled on the fly to a different size.