MiniPixel (Font)
A downloadable font
Font comes in a PNG format designed for use with the LÖVE engine.
Glyphs are 5 pixels tall, and between 1 and 6 pixels wide.
Usage:
love.graphics.setDefaultFilter("linear", "nearest", 1)<br>local font = love.graphics.newImageFont("minipixel.png", "ABCDEF...")<br>love.graphics.setFont(font)
We use linear nearest filtering before loading the ImageFont so that scaling works properly.
The text file contains the string needed to load the font properly for the extended font PNG. For the non-extended font, cut the string after the percent sign. The non-extended font does not contain lowercase letters, a tab, or a backslash.
Created for use in #LOWREZJAM, but unfortunately, not published until much later...
Status | Released |
Category | Assets |
Author | Tangent (Rose) |
Made with | LÖVE |
Tags | 2D, Fonts, LÖVE, Minimalist, pixel |
Asset license | Creative Commons Attribution v4.0 International |
Average session | A few seconds |
Languages | English |
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.