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
fontconfig.h Fix compile error on OSX. 2023-02-22 18:06:32 +00:00
fontinfo.h
glyph.h
kicad_font_name.h
outline_decomposer.h
outline_font.h Prevent mutex deadlock 2023-02-25 13:44:18 +00:00
stroke_font.h
text_attributes.h