freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 5330e3d: [autofit] Minor.


From: Werner LEMBERG
Subject: [freetype2] master 5330e3d: [autofit] Minor.
Date: Thu, 10 Dec 2015 07:34:08 +0000

branch: master
commit 5330e3de1570a1d92e3cf1ec61418f2f0129268f
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    [autofit] Minor.
---
 src/autofit/afscript.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/autofit/afscript.h b/src/autofit/afscript.h
index 77763e4..e6ae846 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]