kicad/include/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.h Underline for hypertext rollovers. 2022-08-27 23:58:13 +01:00
fontconfig.h Fix Windows build error 2023-01-25 16:45:04 -08:00
fontinfo.h Outline font support. 2022-01-08 16:47:45 +00:00
glyph.h Font outline decomposition fixes 2022-01-15 12:51:09 +00:00
kicad_font_name.h Define our kicad font name only once, and do not translate it. 2022-01-13 14:32:55 +01:00
outline_decomposer.h minor coding style fix. 2022-07-31 18:35:37 +02:00
outline_font.h freetype is not thread safe, zone filler can trigger multi-thread access 2023-02-17 15:17:02 +00:00
stroke_font.h Underline for hypertext rollovers. 2022-08-27 23:58:13 +01:00
text_attributes.h EDA_TEXT Get/SetTextSize should use VECTOR2I 2022-05-14 08:16:15 -04:00