kicad/include/font
Marek Roszko 39e69a3d29 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
2023-02-21 20:26:41 -05:00
..
font.h Underline for hypertext rollovers. 2022-08-27 23:58:13 +01:00
fontconfig.h Fix up handling of font names available in multiple names 2023-02-21 20:26:41 -05:00
fontinfo.h Outline font support. 2022-01-08 16:47:45 +00:00
glyph.h Font outline decomposition fixes 2022-01-15 12:51:09 +00:00
kicad_font_name.h Define our kicad font name only once, and do not translate it. 2022-01-13 14:32:55 +01:00
outline_decomposer.h minor coding style fix. 2022-07-31 18:35:37 +02:00
outline_font.h FT_Face is also not thread, protect getTextAsGlyphs 2023-02-17 14:39:52 +00:00
stroke_font.h Underline for hypertext rollovers. 2022-08-27 23:58:13 +01:00
text_attributes.h EDA_TEXT Get/SetTextSize should use VECTOR2I 2022-05-14 08:16:15 -04:00