swwmgz_m/tools/mkfont.bugs

10 lines
702 B
Text

- There is currently no handline of proportional fonts whatsoever, this expects
monospaced fonts where all glyphs have the same size. Dunno if I'd ever
bother with that in the future.
- This is meant only for bitmap fonts, other font types will break things HARD.
- Doesn't handle unicode blocks beyond the basic multilingual plane, might
actually be an issue with freetype itself, or the fonts I use, though I CAN
see that the glyphs are there if I use a character map program. Not that this
even matters considering GZDoom only supports the 0000-FFFF range anyway.
- It might be possible to calculate the cell size instead of having to input it
manually, but I'm too lazy to even bother.