freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master e97918c: [autofit] Fixes for Armenian and Gujarati ra


From: Werner LEMBERG
Subject: [freetype2] master e97918c: [autofit] Fixes for Armenian and Gujarati ranges.
Date: Wed, 25 May 2016 05:27:11 +0000 (UTC)

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

    [autofit] Fixes for Armenian and Gujarati ranges.
    
    * src/autofit/afranges.c (af_armn_uniranges): Corrected.
    (af_guru_nonbase_uniranges): Make U+0A3E a base character.
---
 ChangeLog              |    7 +++++++
 src/autofit/afranges.c |    5 ++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 258acb2..abd36ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-05-25  Werner Lemberg  <address@hidden>
+
+       [autofit] Fixes for Armenian and Gujarati ranges.
+
+       * src/autofit/afranges.c (af_armn_uniranges): Corrected.
+       (af_guru_nonbase_uniranges): Make U+0A3E a base character.
+
 2016-05-24  Werner Lemberg  <address@hidden>
 
        [autofit] Add support for Armenian script.
diff --git a/src/autofit/afranges.c b/src/autofit/afranges.c
index 4163f2c..0f5f768 100644
--- a/src/autofit/afranges.c
+++ b/src/autofit/afranges.c
@@ -93,8 +93,7 @@
 
   const AF_Script_UniRangeRec  af_armn_uniranges[] =
   {
-    AF_UNIRANGE_REC(  0x0530UL,  0x0558UL ),  /* Armenian                      
    */
-    AF_UNIRANGE_REC(  0x0560UL,  0x058FUL ),
+    AF_UNIRANGE_REC(  0x0530UL,  0x058FUL ),  /* Armenian                      
    */
     AF_UNIRANGE_REC(  0xFB13UL,  0xFB17UL ),  /* Alphab. Present. Forms 
(Armenian) */
     AF_UNIRANGE_REC(       0UL,       0UL )
   };
@@ -249,7 +248,7 @@
   const AF_Script_UniRangeRec  af_guru_nonbase_uniranges[] =
   {
     AF_UNIRANGE_REC(  0x0A01UL,  0x0A02UL ),
-    AF_UNIRANGE_REC(  0x0A3CUL,  0x0A3EUL ),
+    AF_UNIRANGE_REC(  0x0A3CUL,  0x0A3CUL ),
     AF_UNIRANGE_REC(  0x0A41UL,  0x0A51UL ),
     AF_UNIRANGE_REC(  0x0A70UL,  0x0A71UL ),
     AF_UNIRANGE_REC(  0x0A75UL,  0x0A75UL ),



reply via email to

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