libretroadmin 128753c81d (Freetype) Use FT_New_Memory_Face instead of FT_New_Face to load
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
2022-06-26 20:38:46 +02:00
..
2022-05-17 13:21:56 +02:00
2022-04-22 05:39:14 +02:00
2022-05-23 20:40:31 +02:00
2022-05-21 16:31:10 +02:00
2020-10-05 21:54:07 +02:00
2021-12-19 16:58:01 +01:00
2020-08-15 00:35:15 +02:00
2020-08-25 20:39:06 +02:00
2022-06-21 03:33:36 +02:00