kicad/common/font
Marek Roszko 53bf7b71c6 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
2023-08-26 13:53:43 -04:00
..
font.cpp Fix font map cache access creating invalid entries (and crashes) 2023-08-26 09:24:47 -04:00
fontconfig.cpp Don't call FcInitLoadConfigAndFonts after FcInit() already happened 2023-08-26 13:53:43 -04: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 ADDED: parameterize font metrics and allow customization of overbar height. 2023-08-06 20:57:41 +01:00
stroke_font.cpp LEGACY_FACTOR was upside-down. 2023-08-07 14:01:58 +01:00
text_attributes.cpp ADDED: parameterize font metrics and allow customization of overbar height. 2023-08-06 20:57:41 +01:00