[pango: 1/2] Fix a typo in pango/pangowin32-fontmap.c which caused the `Cursive` default fallback to not load/wor




commit ebc8ca7691dd403f1429880e4809f07a46275420
Author: Naveen M K <naveen@syrusdark.website>
Date:   Mon Mar 15 22:11:58 2021 +0530

    Fix a typo in pango/pangowin32-fontmap.c which caused
    the `Cursive` default fallback to not load/work on Windows
    It should be `comic` and not `commic`.
    
    Signed-off-by: Naveen M K <naveen@syrusdark.website>

 pango/pangowin32-fontmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/pangowin32-fontmap.c b/pango/pangowin32-fontmap.c
index f69ce1f9..e5e81bba 100644
--- a/pango/pangowin32-fontmap.c
+++ b/pango/pangowin32-fontmap.c
@@ -467,7 +467,7 @@ static const char * const builtin_aliases[] = {
  "mono = \"dejavu sans mono,courier new,lucida console,courier monothai,mingliu,simsun,gulimche,ms 
gothic,sylfaen,kartika,latha,mangal,raavi\"",
   "monospace = \"dejavu sans mono,courier new,lucida console,courier monothai,mingliu,simsun,gulimche,ms 
gothic,sylfaen,kartika,latha,mangal,raavi\"",
   "emoji = \"segoe ui emoji,segoe ui symbol,segoe ui\"",
-  "cursive = \"commic sans ms\"",
+  "cursive = \"comic sans ms\"",
   "fantasy = \"gabriola,impact\"",
   "system-ui = \"yu gothic ui,segoe ui,meiryo\"",
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]