Search found 2 matches
- Tue Feb 09, 2016 3:51 pm
- Forum: Support and Development
- Topic: Love2d Cant Find Font File
- Replies: 2
- Views: 1320
Re: Love2d Cant Find Font File
Well that just fixed it. Wow I feel stupid. thanks
- Tue Feb 09, 2016 3:07 pm
- Forum: Support and Development
- Topic: Love2d Cant Find Font File
- Replies: 2
- Views: 1320
Love2d Cant Find Font File
I am trying to import a custom font into love to use it later. I am using the following code: local font = love.graphics.newFont("fonts/pixelmix.tff", 15) I have my main folder, inside there is my main.lua. In that folder is a folder named "fonts" which contains "pixelmix.tf...