Aric Stewart : usp10: Add fallback font for Armenian and Georgian.

Alexandre Julliard julliard at winehq.org
Fri Oct 14 14:14:49 CDT 2011


Module: wine
Branch: master
Commit: 29b52fa57579a80711c0b52c9aad372dfc5a4512
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=29b52fa57579a80711c0b52c9aad372dfc5a4512

Author: Aric Stewart <aric at codeweavers.com>
Date:   Fri Oct 14 08:25:17 2011 -0500

usp10: Add fallback font for Armenian and Georgian.

---

 dlls/usp10/usp10.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c
index df6f75a..107f8cc 100644
--- a/dlls/usp10/usp10.c
+++ b/dlls/usp10/usp10.c
@@ -212,11 +212,11 @@ static const scriptData scriptInformation[] = {
     {{Script_Armenian, 0, 0, 0, 0, 0, 0, { 0,0,0,0,0,0,0,0,0,0,0}},
      {LANG_ARMENIAN, 0, 0, 0, 0, ANSI_CHARSET, 0, 0, 0, 0, 0, 0, 1, 0, 0},
      MS_MAKE_TAG('a','r','m','n'),
-     {0}},
+     {'S','y','l','f','a','e','n',0}},
     {{Script_Georgian, 0, 0, 0, 0, 0, 0, { 0,0,0,0,0,0,0,0,0,0,0}},
      {LANG_GEORGIAN, 0, 0, 0, 0, ANSI_CHARSET, 0, 0, 0, 0, 0, 0, 1, 0, 0},
      MS_MAKE_TAG('g','e','o','r'),
-     {0}},
+     {'S','y','l','f','a','e','n',0}},
     {{Script_Sinhala, 0, 0, 0, 0, 0, 0, { 0,0,0,0,0,0,0,0,0,0,0}},
      {LANG_SINHALESE, 0, 1, 0, 1, DEFAULT_CHARSET, 0, 0, 0, 0, 0, 0, 0, 0, 0},
      MS_MAKE_TAG('s','i','n','h'),




More information about the wine-cvs mailing list