Crates.io | extol_pixel_font |
lib.rs | extol_pixel_font |
version | 0.3.1 |
source | src |
created_at | 2024-03-07 04:55:54.304871 |
updated_at | 2024-03-07 04:55:54.304871 |
description | Render pixel fonts from PNGs in Bevy. |
homepage | |
repository | https://github.com/deifactor/extol_pixel_font |
max_upload_size | |
id | 1165567 |
size | 119,245 |
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.
For pixel-sharp text rendering: