kicad/common/font
Marek Roszko 4d4fdfff70 freetype is not thread safe, zone filler can trigger multi-thread access
sentry KICAD-B1

https://freetype.org/freetype2/docs/reference/ft2-base_interface.html
[Since 2.5.6] In multi-threaded applications it is easiest to use one FT_Library object per thread.
In case this is too cumbersome, a single FT_Library object across threads is possible also, as long as a mutex lock is used around FT_New_Face and FT_Done_Face.


(cherry picked from commit 65d5b34da3)
2023-02-17 15:17:02 +00:00
..
font.cpp Split another couple of hairs in the never-ending "how big is a font". 2022-12-12 17:37:17 +00:00
fontconfig.cpp Fix Windows build error 2023-01-25 16:45:04 -08:00
glyph.cpp GAL: Do better job at reserving vertices. 2022-09-14 16:07:47 +00:00
outline_decomposer.cpp Simplify the winding calculation 2023-01-25 13:13:38 -08:00
outline_font.cpp freetype is not thread safe, zone filler can trigger multi-thread access 2023-02-17 15:17:02 +00:00
stroke_font.cpp Add some heuristics to guess a better font overbar offset. 2022-11-26 17:26:20 +00:00