mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
usp10: Add fallback font for Armenian and Georgian.
This commit is contained in:
parent
85d33f4139
commit
29b52fa575
1 changed files with 2 additions and 2 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue