ref: 5330e3de1570a1d92e3cf1ec61418f2f0129268f
parent: dd305f31f0b483c8e3a74a5a92c0aa2688c5ac7b
author: Werner Lemberg <[email protected]>
date: Thu Dec 10 03:32:58 EST 2015
[autofit] Minor.
--- a/src/autofit/afscript.h
+++ b/src/autofit/afscript.h
@@ -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",
@@ -71,6 +65,12 @@
"Khmer Symbols",
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",