Qwerasd cfedd477b2 font/freetype: introduce mutexes to ensure thread safety of Library and Face
For details see comments and FreeType docs @
https://freetype.org/freetype2/docs/reference/ft2-library_setup.html#ft_library
https://freetype.org/freetype2/docs/reference/ft2-face_creation.html#ft_face

tl;dr: FT_New_Face and FT_Done_Face require the Library to be locked for
thread safety, and FT_Load_Glyph and FT_Render_Glyph and friends need
the face to be locked for thread safety, since we're sharing faces
across threads.
2025-05-01 18:22:37 -06:00
..
2025-03-18 13:58:49 -07:00
2025-03-12 09:55:52 -07:00
2025-03-12 09:59:24 -07:00
2025-03-11 14:39:04 -07:00
2025-03-18 13:58:49 -07:00