Search found 1 match
- Sat Apr 28, 2012 2:34 pm
- Forum: Support and Development
- Topic: A request regarding to fonts. (not ImageFonts)
- Replies: 6
- Views: 7497
Re: A request regarding to fonts.
Hi. You can first create image from file (img = love.graphics.newImage), then set min/mag filters for this image (img:setFilter), then create bitmap font with myFont = love.graphics.newImageFont( img, "...glyphs..." ). This way it works with Love 0.8.0.