libretro / libretro-lutro

An experimental lua game framework for libretro following the LÖVE API
https://lutro.libretro.com
MIT License
152 stars 46 forks source link

Default Font without loading #59

Open RobLoach opened 8 years ago

RobLoach commented 8 years ago

Without having to initialize a font, Love will load Verra.ttf. We should do something similar.

Feufochmar commented 8 years ago

Currently, we can only use a font from an image as default font since love.graphics.newImageFont is the only Font constructor implemented in Lutro. We should implement love.graphics.newFont to be able to load ttf fonts, such a Vera.ttf.