Rust program that loads BMF font files and display them in SDL.
Find a file
Mikael Degerfält c37b810dc3 Correct calculation of the glyph vertices for atlas
The glyph vertices were place _under_ the baseline instead of over. This
should make the behaviour correct, but crate users might need to correct
their code. (TBH it's only used i my own projects anyway..)

Bumped version to 0.1.12.
2026-06-12 16:31:39 +02:00
.vscode Better texture size for atlas and more 2023-10-15 23:35:13 +02:00
src Correct calculation of the glyph vertices for atlas 2026-06-12 16:31:39 +02:00
.gitignore BMF file reader 2022-06-21 22:58:55 +02:00
Cargo.lock Correct calculation of the glyph vertices for atlas 2026-06-12 16:31:39 +02:00
Cargo.toml Correct calculation of the glyph vertices for atlas 2026-06-12 16:31:39 +02:00
classic.bmf BMF file reader 2022-06-21 22:58:55 +02:00
SDL2.dll BMF file reader 2022-06-21 22:58:55 +02:00