Module: wine Branch: master Commit: 6589516db136dd02c990130e96081400edcf42c1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6589516db136dd02c990130e96...
Author: Aric Stewart aric@codeweavers.com Date: Fri Dec 16 14:46:29 2011 -0600
usp10: N'Ko uses the Ebrima font as a fallback.
---
dlls/usp10/usp10.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c index 6cdf740..ad1764a 100644 --- a/dlls/usp10/usp10.c +++ b/dlls/usp10/usp10.c @@ -564,7 +564,7 @@ static const scriptData scriptInformation[] = { {{Script_NKo, 1, 1, 0, 0, 0, 0, { 1,0,0,0,0,0,0,0,0,0,0}}, {0, 0, 1, 0, 0, DEFAULT_CHARSET, 0, 0, 0, 0, 0, 0, 0, 0, 0}, MS_MAKE_TAG('n','k','o',' '), - {0}}, + {'E','b','r','i','m','a'}}, {{Script_Vai, 0, 0, 0, 0, 0, 0, { 0,0,0,0,0,0,0,0,0,0,0}}, {0, 0, 1, 0, 0, DEFAULT_CHARSET, 0, 0, 0, 0, 0, 0, 0, 0, 0}, MS_MAKE_TAG('v','a','i',' '),