kicad/common/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.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 compatibility with wxWidgets 3.0.x 2023-02-22 19:23:55 +00: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 Prevent mutex deadlock 2023-02-25 13:44:18 +00:00
stroke_font.cpp Add some heuristics to guess a better font overbar offset. 2022-11-26 17:26:20 +00:00