-
Notifications
You must be signed in to change notification settings - Fork 637
Open
Description
I want to add a font to my project by encoding it in base85 using the function nk_font_atlas_add_compressed_base85
. Adding a base85 encoded ttf font in this way results in a segfault, when calling nk_sdl_font_stash_end
, which I suppose is because I need to somehow compress the font before encoding it in base85.
Surprisingly this function does not have a non compressed counterpart. I found out it uses a function nk_decompress
internally. How should I compress my font, so it can be decompressed using this function? There is no nk_compress
.
Metadata
Metadata
Assignees
Labels
No labels