commit 5f3541454c8905599f6a3dfc0f80b2cf107630aa
Author: Kornel Benko <[email protected]>
Date:   Sun May 17 15:10:28 2020 +0200

    Tools(listFontWithLang.pl): update fonts-categorization
---
 development/tools/listFontWithLang.pl |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/development/tools/listFontWithLang.pl 
b/development/tools/listFontWithLang.pl
index 4f8ddaa..88fed6b 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 |")) {
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to