compress fonts using zlib

- smaller
- better
- ugly big-endian workaround no longer necessary
This commit is contained in:
tildearrow 2024-04-07 16:08:38 -05:00
parent c894ababc0
commit 44973de675
19 changed files with 168771 additions and 65734 deletions

View file

@ -2779,6 +2779,8 @@ class FurnaceGUI {
bool initRender();
bool quitRender();
ImFont* addFontZlib(const void* data, size_t len, float size_pixels, const ImFontConfig* font_cfg=NULL, const ImWchar* glyph_ranges=NULL);
const char* getSystemName(DivSystem which);
const char* getSystemPartNumber(DivSystem sys, DivConfig& flags);