PixelFont
class for displaying text with image based fonts
#334
Labels
PixelFont
class for displaying text with image based fonts
#334
The idea is to give users an easier way to load and write text with pixel (image based aka bitmap) fonts like this one:
Actual size:
Scaled up:
I'd like a
PixelFont
class that extends theSpriteAnimations
class.Users would need to define the characters (
charSet
) in the order they appear in the image. Internally each character would be loaded as a single frame animation, with the character as the animation name. Spaces would be ignored by this setter so that users could skip parts of the image they don't want to load.The main task would be implementing a
pixelFont.text
function that enables users to write messages on screen using the pixel font.The text was updated successfully, but these errors were encountered: