From 5330e3de1570a1d92e3cf1ec61418f2f0129268f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 10 Dec 2015 08:32:58 +0100 Subject: [PATCH] [autofit] Minor. --- src/autofit/afscript.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/autofit/afscript.h b/src/autofit/afscript.h index 77763e4aa..e6ae8468d 100644 --- 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", @@ -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,