HorseMenu icon indicating copy to clipboard operation
HorseMenu copied to clipboard

Use base85 encoded font

Open tyackman opened this issue 2 years ago • 2 comments

We should use AddFontFromMemoryCompressedBase85TTF instead of AddFontFromMemoryTTF. AddFontFromMemoryTTF is gei, so is binary bloat :(

tyackman avatar Oct 08 '23 16:10 tyackman

~~The font isn't the one adding to the bloat sadly, it's the Lua library and the curl library.~~

Edit: This is not the YimMenu repository, my bad.

Yimura avatar Oct 08 '23 16:10 Yimura

We should use AddFontFromMemoryCompressedBase85TTF instead of AddFontFromMemoryTTF. AddFontFromMemoryTTF is gei, so is binary bloat :(

I didn't really care about binary size as it's still under 2mb's and doesn't really effect much but yeah i can take that as an worthy suggestion.

MarkEcza avatar Oct 08 '23 16:10 MarkEcza