OpenDingux / gmenu2x

A menu system for embedded devices, originally developed for the GP2X
http://mtorromeo.github.com/gmenu2x/
GNU General Public License v2.0
15 stars 25 forks source link

Font fallback #6

Closed glebm closed 4 years ago

glebm commented 4 years ago

GMenu2x now loads a list of fallback fonts and uses them to render code points that do not have glyphs in the skin's font.

The FontStack class is responsible for this.

Skin definitions remain unchanged: fallback fonts defined via DEFAULT_FALLBACK_FONTS at compile-time are always used.

gmenu2x-2 gmenu2x-unicode