extol_pixel_font

Crates.ioextol_pixel_font
lib.rsextol_pixel_font
version0.3.1
sourcesrc
created_at2024-03-07 04:55:54.304871
updated_at2024-03-07 04:55:54.304871
descriptionRender pixel fonts from PNGs in Bevy.
homepage
repositoryhttps://github.com/deifactor/extol_pixel_font
max_upload_size
id1165567
size119,245
Ash (deifactor)

documentation

README

extol_pixel_font allows rendering fonts that are stored as a single image (typically PNG), with each letter at a given location. This is common in game development, especially for pixel art fonts, since it allows the use of colors and creating a font can be done using any image editor as opposed to specialized software.

Notes

For pixel-sharp text rendering:

  • Locating the pixel font text at integer coordinates may cause it to be blurry. I'm not sure why.
Commit count: 0

cargo fmt