From: Kornel Benko Date: Sun, 17 May 2020 13:10:28 +0000 (+0200) Subject: Tools(listFontWithLang.pl): update fonts-categorization X-Git-Tag: lyx-2.4.0dev-acb2ca7b~862 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=5f3541454c8905599f6a3dfc0f80b2cf107630aa;p=features.git Tools(listFontWithLang.pl): update fonts-categorization --- diff --git a/development/tools/listFontWithLang.pl b/development/tools/listFontWithLang.pl index 4f8ddaa7d4..88fed6bdda 100644 --- a/development/tools/listFontWithLang.pl +++ b/development/tools/listFontWithLang.pl @@ -242,14 +242,15 @@ my %sansFonts = ( ); my %scriptFonts = ( "value" => 110, # Script + "c" => qr/^(chancery)/i, "d" => qr/^(dancing)/i, "e" => qr/^(elegante)/i, "k" => qr/^(kaushan|karumbi)/i, "m" => qr/^(mathjax_script|miama)/i, "n" => qr/^(nanum (brush|pen) script)/i, - "q" => qr/^qt(arabian|boulevard|brushstroke|coronation|florencia|handwriting|linostroke|merry|pandora)/i, + "q" => qr/^qt(arabian|boulevard|brushstroke|chancery|coronation|florencia|handwriting|linostroke|merry|pandora|slogan)/i, "r" => qr/^(romande.*|ruf)script/i, - "u" => qr/^(un ?pilgi)/i, + "u" => qr/^(un ?pilgi|urw ?chancery)/i, ); my %fraktFonts = ( @@ -276,13 +277,16 @@ my %initialFonts = ( my %symbolFonts = ( "value" => 200, # Symbol "a" => qr/^(academicons)/i, - "c" => qr/^(caladings|ccicons)/i, + "c" => qr/^(caladings|ccicons|chess)/i, "d" => qr/^(dingbats|drmsym)/i, + "e" => qr/^(elusiveicons|emoji)/i, "f" => qr/^(fdsymbol|fourierorns)/i, "h" => qr/^(hots)/i, - "m" => qr/^(marvosym)/i, + "m" => qr/^(marvosym|material)/i, "n" => qr/^(noto.*emoji)/i, + "o" => qr/^(octicons)/i, "q" => qr/^(qtdingbits)/i, + "t" => qr/^(typicons|twemoji)/i, ); if (open(FI, "$cmd |")) {