kicad/include/font
Seth Hillbrand f927c15adf Prevent mutex deadlock
The overbar function in outline fonts recursively calls the text
function which already owns the lock.  To avoid this, we have an
unlocked variant that is wrapped by the exposed text function

Fixes https://gitlab.com/kicad/code/kicad/issues/14015


(cherry picked from commit 81256c0fa4)
2023-02-25 13:44:18 +00:00
..
font.h Underline for hypertext rollovers. 2022-08-27 23:58:13 +01:00
fontconfig.h Fix compile error on OSX. 2023-02-22 18:06:32 +00: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 Prevent mutex deadlock 2023-02-25 13:44:18 +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