kicad/common/font
Marek Roszko fd4a0dbedf Fix up handling of font names available in multiple names
ttf fonts can declare multiple language names. Many by default opt to just declare one and not tag it any particular language.
However, there are CJK languages that typically leverage this function the most. They'll tag both a "en" and a cjk lang family name in CJK characters.

To be as user friendly as possible, we need to display said fonts in the CJK languages if KiCad to set to such a locale.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/14011


(cherry picked from commit 39e69a3d29)
2023-02-22 01:27:09 +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 up handling of font names available in multiple names 2023-02-22 01:27:09 +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 FT_Face is also not thread, protect getTextAsGlyphs 2023-02-17 15:17:11 +00:00
stroke_font.cpp Add some heuristics to guess a better font overbar offset. 2022-11-26 17:26:20 +00:00