compress fonts using zlib
- smaller - better - ugly big-endian workaround no longer necessary
This commit is contained in:
parent
c894ababc0
commit
44973de675
19 changed files with 168771 additions and 65734 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue