kicad/common/font
Marek Roszko e1a2d60672 Don't call FcInitLoadConfigAndFonts after FcInit() already happened
We are only the default global FcConfig created by calling FcInitLoadConfigAndFonts inside FcInit().
Calling FcInitLoadConfigAndFonts does nothing but creating another FcConfig option that never gets disposed or used because we use the FcConfig functions with null


(cherry picked from commit 53bf7b71c6)
2023-08-26 17:59:28 +00:00
..
font.cpp Replace larger text bboxes now that we're not using them for knockouts. 2023-06-06 11:19:41 +01:00
fontconfig.cpp Don't call FcInitLoadConfigAndFonts after FcInit() already happened 2023-08-26 17:59:28 +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 Formatting. 2023-06-06 11:19:41 +01:00
stroke_font.cpp Adjust stroke font output to match v6 output 2023-05-12 12:53:32 -07:00