mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 851495 - add Khmer to table of scripts requiring shaping support. r=jdaggett
This commit is contained in:
parent
22d653b003
commit
4cc77c7b5f
@ -199,10 +199,11 @@ static const ScriptRange sComplexScripts[] = {
|
||||
{ 0x0F00, 0x0FFF, { TRUETYPE_TAG('t','i','b','t'), 0, 0 } },
|
||||
{ 0x1000, 0x109f, { TRUETYPE_TAG('m','y','m','r'),
|
||||
TRUETYPE_TAG('m','y','m','2'), 0 } },
|
||||
{ 0x1780, 0x17ff, { TRUETYPE_TAG('k','h','m','r'), 0, 0 } },
|
||||
// Khmer Symbols (19e0..19ff) don't seem to need any special shaping
|
||||
{ 0xaa60, 0xaa7f, { TRUETYPE_TAG('m','y','m','r'),
|
||||
TRUETYPE_TAG('m','y','m','2'), 0 } },
|
||||
// Thai seems to be "renderable" without AAT morphing tables
|
||||
// xxx - Khmer?
|
||||
};
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user