1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-01-10 09:00:17 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
syimyuzya
6e708df542 Split sheet pages & shorten filenames
Now 256 sheets, 16x16 chars each (same as Minecraft), instead of one
huge sheet.

This greatly improves performance on initial texture loading (total
size also grows to ~2MB, though).

Filenames are now `unif_XX.png` (XX for codepoint's higher byte in hex
form).
2021-12-05 00:20:52 +08:00
syimyuzya
241db4a52e Rename texture file
Now the file name has the correct `<modname>_` prefix.
2021-12-04 19:10:04 +08:00
syimyuzya
9336bb95b0 Add README for Unifont 2021-12-04 17:08:03 +08:00
syimyuzya
2e5d006e70 Rename get_glyph to getglyph
This is for naming consistency among other font def params like
`linespacing`, `margintop` etc.
2021-12-04 14:48:43 +08:00
syimyuzya
3612b7a7ec Use correct width data from GNU Unifont 2021-12-04 14:44:04 +08:00
syimyuzya
79aac655b3 Add GNU Unifont 2021-12-04 13:14:47 +08:00