olikraus / U8g2_for_Adafruit_GFX

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

Euro sign in big font? #28

Closed DerRudi63 closed 3 years ago

DerRudi63 commented 3 years ago

I like to be able to print the euro sign '€' with a big font, say 24 or 30 px high. I searched the supported fonts, but was not able to find one. Smaller font sizes are available, but not a larger one it seems.

Am I missing something? Or is there another solution?

olikraus commented 3 years ago

Glyph &#8364/&#x20AC seems to be part of the Adobe fonts but they are not they are not rendered. Probably you need to create a custom u8g2 font from a given bdf file.

DerRudi63 commented 3 years ago

Thanks for the response. Unfortunatly I am not familiar with font creation. Do you have a link for me to follow, thanks.

olikraus commented 3 years ago

done