usp10: Add fallback font for Armenian and Georgian.
This commit is contained in:
parent
85d33f4139
commit
29b52fa575
|
@ -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 New Issue