airstruck / luigi

Lovely User Interfaces for Game Inventors
MIT License
113 stars 23 forks source link

Improper utf8 handling (drawing) under Win10x64 #51

Open 4aiman opened 7 years ago

4aiman commented 7 years ago

While using luigi with love2d 0.10.2 I'm getting this: screenie see the edit box

I think that it's the utf-8 compatible font which is not loaded for some reason.

airstruck commented 7 years ago

Under Love, Luigi uses Love's built-in font by default. The font included with Luigi (DejaVu Sans) is only used as a default for the SDL backend right now.

I wouldn't be opposed to using the included font as a default for the Love backend. Pull requests are welcome. ;)