[autofit] Minor.
This commit is contained in:
parent
dd305f31f0
commit
5330e3de15
|
@ -55,12 +55,6 @@
|
|||
HB_SCRIPT_HEBREW,
|
||||
"\xD7\x9D" ) /* ם */
|
||||
|
||||
/* only digit zero has a simple shape in the Lao script */
|
||||
SCRIPT( lao, LAO,
|
||||
"Lao",
|
||||
HB_SCRIPT_LAO,
|
||||
"\xE0\xBB\x90" ) /* ໐ */
|
||||
|
||||
/* only digit zero has a simple shape in the Khmer script */
|
||||
SCRIPT( khmr, KHMR,
|
||||
"Khmer",
|
||||
|
@ -72,6 +66,12 @@
|
|||
HB_SCRIPT_INVALID,
|
||||
"\xE1\xA7\xA1 \xE1\xA7\xAA" ) /* ᧡ ᧪ */
|
||||
|
||||
/* only digit zero has a simple shape in the Lao script */
|
||||
SCRIPT( lao, LAO,
|
||||
"Lao",
|
||||
HB_SCRIPT_LAO,
|
||||
"\xE0\xBB\x90" ) /* ໐ */
|
||||
|
||||
SCRIPT( latn, LATN,
|
||||
"Latin",
|
||||
HB_SCRIPT_LATIN,
|
||||
|
|
Loading…
Reference in New Issue