* chore: add file variant of json fonts
* chore: add stb dependency
* feat: generate fonts from ttf files
* chore: add option to add yOffset to file font
* chore: dynamically adjust generated font bitmap size
* fix: printable characters should respect ISO-8859-1 control characters
* chore: do not write missing glyphs into the bitmap
* chore: remove test texture conversion
* chore: adjust font compiler for iw3,iw4,iw5,t4,t5
* chore: add possibility to fill color channels when converting
* fix: games other than t6 use rgba for fonts
* fix: make sure no mipmaps are set on loaddef
* fix: t4 and iw3 use dimensions in image loaddef
* chore: also include optional glyphs in fonts
* feat: font loading and dumping
* chore: make font properties unsigned if possible
* chore: use merge_patch to dump json font
* chore: font material is required
* chore: move static methods from font loader and dumper to anonymous namespace
* chore: make sure loaded fonts have their glyphs sorted
* chore: add macros for json NLOHMANN_TO_JSON_METHOD and NLOHMANN_FROM_JSON_METHOD
* feat: encode printable letters as string in json
Co-authored-by: hindercanrun <[email protected]>
* chore: omit redundant glyph count from jsons
---------
Co-authored-by: Jan Laupetin <[email protected]>
Co-authored-by: hindercanrun <[email protected]>
Co-authored-by: MrIkso <[email protected]>