From 302fd625905c7f281e8fe9d49212234aa78af62e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 16 Sep 2012 07:51:20 +0200 Subject: [PATCH] [autofit] Cosmetics. --- src/autofit/aflatin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c index 5455e6238..539619a31 100644 --- a/src/autofit/aflatin.c +++ b/src/autofit/aflatin.c @@ -302,7 +302,7 @@ { FT_Pos best_x = points[best_point].x; FT_Int prev, next; - FT_Int best_on_point_first, best_on_point_last; + FT_Int best_on_point_first, best_on_point_last; FT_Pos dist; @@ -2388,12 +2388,12 @@ AF_UNIRANGE_REC( 0x1F00UL, 0x1FFFUL ), /* Greek Extended */ AF_UNIRANGE_REC( 0x2000UL, 0x206FUL ), /* General Punctuation */ AF_UNIRANGE_REC( 0x2070UL, 0x209FUL ), /* Superscripts and Subscripts */ - AF_UNIRANGE_REC( 0x2E00UL, 0x2E7FUL ), /* Supplemental Punctuation */ AF_UNIRANGE_REC( 0x20A0UL, 0x20CFUL ), /* Currency Symbols */ AF_UNIRANGE_REC( 0x2150UL, 0x218FUL ), /* Number Forms */ AF_UNIRANGE_REC( 0x2460UL, 0x24FFUL ), /* Enclosed Alphanumerics */ AF_UNIRANGE_REC( 0x2C60UL, 0x2C7FUL ), /* Latin Extended-C */ AF_UNIRANGE_REC( 0x2DE0UL, 0x2DFFUL ), /* Cyrillic Extended-A */ + AF_UNIRANGE_REC( 0x2E00UL, 0x2E7FUL ), /* Supplemental Punctuation */ AF_UNIRANGE_REC( 0xA640UL, 0xA69FUL ), /* Cyrillic Extended-B */ AF_UNIRANGE_REC( 0xA720UL, 0xA7FFUL ), /* Latin Extended-D */ AF_UNIRANGE_REC( 0xFB00UL, 0xFB06UL ), /* Alphab. Present. Forms (Latin Ligs) */