mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
128753c81d
font from memory - first read it from file to memory beforehand - this solves an asset extraction issue when selecting 'Update Assets' - apparently FT_New_Face keeps an open file handle to the font file which prevents it from being overwritten/deleted while the program is still running. TODO/FIXME - move file loading code out of the font renderer init function and move it higher level