blob: 47961bfd55f6bea7b05a57ae415791902eb35e96 [file] [log] [blame]
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -04001/*
Behdad Esfahbode9f28a32012-08-11 18:20:28 -04002 * Copyright © 2010,2012 Google, Inc.
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -04003 *
4 * This is part of HarfBuzz, a text shaping library.
5 *
6 * Permission is hereby granted, without written agreement and without
7 * license or royalty fees, to use, copy, modify, and distribute this
8 * software and its documentation for any purpose, provided that the
9 * above copyright notice and the following two paragraphs appear in
10 * all copies of this software.
11 *
12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
13 * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
14 * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
15 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
16 * DAMAGE.
17 *
18 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
19 * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
20 * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
21 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
22 * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
23 *
24 * Google Author(s): Behdad Esfahbod
25 */
26
Behdad Esfahbod40ec3bb2017-11-03 16:57:30 -040027#include "hb-private.hh"
28#include "hb-debug.hh"
Behdad Esfahbod9daf2df2015-07-22 10:32:30 +010029#include "hb-ot-shape-complex-arabic-private.hh"
Behdad Esfahbodd1deaa22012-05-09 15:04:13 +020030#include "hb-ot-shape-private.hh"
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -040031
Behdad Esfahbod3a852ae2010-11-03 16:37:24 -040032
33/* buffer var allocations */
Behdad Esfahbodcd0c6e12012-08-09 21:48:55 -040034#define arabic_shaping_action() complex_var_u8_0() /* arabic shaping action */
Behdad Esfahbod3a852ae2010-11-03 16:37:24 -040035
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -080036#define HB_BUFFER_SCRATCH_FLAG_ARABIC_HAS_STCH HB_BUFFER_SCRATCH_FLAG_COMPLEX0
37
Behdad Esfahbod59821ab2015-11-06 16:27:44 -080038/* See:
ebraminio7c6937e2017-11-20 14:49:22 -050039 * https://github.com/harfbuzz/harfbuzz/commit/6e6f82b6f3dde0fc6c3c7d991d9ec6cfff57823d#commitcomment-14248516 */
Behdad Esfahbod59821ab2015-11-06 16:27:44 -080040#define HB_ARABIC_GENERAL_CATEGORY_IS_WORD(gen_cat) \
Behdad Esfahbod6058f982017-10-19 11:39:52 -070041 (FLAG_UNSAFE (gen_cat) & \
Behdad Esfahbod59821ab2015-11-06 16:27:44 -080042 (FLAG (HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED) | \
43 FLAG (HB_UNICODE_GENERAL_CATEGORY_PRIVATE_USE) | \
44 /*FLAG (HB_UNICODE_GENERAL_CATEGORY_LOWERCASE_LETTER) |*/ \
45 FLAG (HB_UNICODE_GENERAL_CATEGORY_MODIFIER_LETTER) | \
46 FLAG (HB_UNICODE_GENERAL_CATEGORY_OTHER_LETTER) | \
47 /*FLAG (HB_UNICODE_GENERAL_CATEGORY_TITLECASE_LETTER) |*/ \
48 /*FLAG (HB_UNICODE_GENERAL_CATEGORY_UPPERCASE_LETTER) |*/ \
49 FLAG (HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK) | \
50 FLAG (HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK) | \
51 FLAG (HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) | \
52 FLAG (HB_UNICODE_GENERAL_CATEGORY_DECIMAL_NUMBER) | \
53 FLAG (HB_UNICODE_GENERAL_CATEGORY_LETTER_NUMBER) | \
54 FLAG (HB_UNICODE_GENERAL_CATEGORY_OTHER_NUMBER) | \
55 FLAG (HB_UNICODE_GENERAL_CATEGORY_CURRENCY_SYMBOL) | \
56 FLAG (HB_UNICODE_GENERAL_CATEGORY_MODIFIER_SYMBOL) | \
57 FLAG (HB_UNICODE_GENERAL_CATEGORY_MATH_SYMBOL) | \
58 FLAG (HB_UNICODE_GENERAL_CATEGORY_OTHER_SYMBOL)))
59
Behdad Esfahbod3a852ae2010-11-03 16:37:24 -040060
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -040061/*
Behdad Esfahbod9daf2df2015-07-22 10:32:30 +010062 * Joining types:
63 */
64
65/*
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -040066 * Bits used in the joining tables
67 */
Behdad Esfahbod9daf2df2015-07-22 10:32:30 +010068enum hb_arabic_joining_type_t {
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -040069 JOINING_TYPE_U = 0,
Behdad Esfahbodc2a1cdc2013-02-15 09:27:02 -050070 JOINING_TYPE_L = 1,
71 JOINING_TYPE_R = 2,
72 JOINING_TYPE_D = 3,
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -040073 JOINING_TYPE_C = JOINING_TYPE_D,
Behdad Esfahbodc2a1cdc2013-02-15 09:27:02 -050074 JOINING_GROUP_ALAPH = 4,
75 JOINING_GROUP_DALATH_RISH = 5,
76 NUM_STATE_MACHINE_COLS = 6,
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -040077
Behdad Esfahbodc2a1cdc2013-02-15 09:27:02 -050078 JOINING_TYPE_T = 7,
79 JOINING_TYPE_X = 8 /* means: use general-category to choose between U or T. */
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -040080};
81
Behdad Esfahbodc57d4542011-04-20 18:50:27 -040082#include "hb-ot-shape-complex-arabic-table.hh"
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -040083
Behdad Esfahbod99b74762011-04-11 15:47:40 -040084static unsigned int get_joining_type (hb_codepoint_t u, hb_unicode_general_category_t gen_cat)
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -040085{
Behdad Esfahbodb900fa22014-06-20 17:59:43 -040086 unsigned int j_type = joining_type(u);
87 if (likely (j_type != JOINING_TYPE_X))
88 return j_type;
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -040089
Behdad Esfahbod6058f982017-10-19 11:39:52 -070090 return (FLAG_UNSAFE(gen_cat) &
Behdad Esfahbod5d4d7382014-06-21 14:53:21 -060091 (FLAG(HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) |
92 FLAG(HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK) |
93 FLAG(HB_UNICODE_GENERAL_CATEGORY_FORMAT))
94 ) ? JOINING_TYPE_T : JOINING_TYPE_U;
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -040095}
96
Behdad Esfahbod615d00e2014-07-17 13:36:09 -040097#define FEATURE_IS_SYRIAC(tag) hb_in_range<unsigned char> ((unsigned char) (tag), '2', '3')
98
Behdad Esfahbode9f28a32012-08-11 18:20:28 -040099static const hb_tag_t arabic_features[] =
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400100{
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400101 HB_TAG('i','s','o','l'),
Behdad Esfahbod615d00e2014-07-17 13:36:09 -0400102 HB_TAG('f','i','n','a'),
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400103 HB_TAG('f','i','n','2'),
104 HB_TAG('f','i','n','3'),
Behdad Esfahbod615d00e2014-07-17 13:36:09 -0400105 HB_TAG('m','e','d','i'),
106 HB_TAG('m','e','d','2'),
107 HB_TAG('i','n','i','t'),
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400108 HB_TAG_NONE
109};
110
111
112/* Same order as the feature array */
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800113enum arabic_action_t {
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400114 ISOL,
Behdad Esfahbod615d00e2014-07-17 13:36:09 -0400115 FINA,
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400116 FIN2,
117 FIN3,
Behdad Esfahbod615d00e2014-07-17 13:36:09 -0400118 MEDI,
119 MED2,
120 INIT,
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400121
122 NONE,
123
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800124 ARABIC_NUM_FEATURES = NONE,
125
126 /* We abuse the same byte for other things... */
127 STCH_FIXED,
128 STCH_REPEATING,
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400129};
130
131static const struct arabic_state_table_entry {
132 uint8_t prev_action;
133 uint8_t curr_action;
Behdad Esfahbod31f18ab2011-06-15 09:49:58 -0400134 uint16_t next_state;
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400135} arabic_state_table[][NUM_STATE_MACHINE_COLS] =
136{
Behdad Esfahbodc2a1cdc2013-02-15 09:27:02 -0500137 /* jt_U, jt_L, jt_R, jt_D, jg_ALAPH, jg_DALATH_RISH */
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400138
139 /* State 0: prev was U, not willing to join. */
Behdad Esfahbodc2a1cdc2013-02-15 09:27:02 -0500140 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,6}, },
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400141
142 /* State 1: prev was R or ISOL/ALAPH, not willing to join. */
Behdad Esfahbodc2a1cdc2013-02-15 09:27:02 -0500143 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,FIN2,5}, {NONE,ISOL,6}, },
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400144
Behdad Esfahbodc2a1cdc2013-02-15 09:27:02 -0500145 /* State 2: prev was D/L in ISOL form, willing to join. */
146 { {NONE,NONE,0}, {NONE,ISOL,2}, {INIT,FINA,1}, {INIT,FINA,3}, {INIT,FINA,4}, {INIT,FINA,6}, },
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400147
Behdad Esfahbodc2a1cdc2013-02-15 09:27:02 -0500148 /* State 3: prev was D in FINA form, willing to join. */
149 { {NONE,NONE,0}, {NONE,ISOL,2}, {MEDI,FINA,1}, {MEDI,FINA,3}, {MEDI,FINA,4}, {MEDI,FINA,6}, },
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400150
151 /* State 4: prev was FINA ALAPH, not willing to join. */
Behdad Esfahbodc2a1cdc2013-02-15 09:27:02 -0500152 { {NONE,NONE,0}, {NONE,ISOL,2}, {MED2,ISOL,1}, {MED2,ISOL,2}, {MED2,FIN2,5}, {MED2,ISOL,6}, },
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400153
154 /* State 5: prev was FIN2/FIN3 ALAPH, not willing to join. */
Behdad Esfahbodc2a1cdc2013-02-15 09:27:02 -0500155 { {NONE,NONE,0}, {NONE,ISOL,2}, {ISOL,ISOL,1}, {ISOL,ISOL,2}, {ISOL,FIN2,5}, {ISOL,ISOL,6}, },
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400156
157 /* State 6: prev was DALATH/RISH, not willing to join. */
Behdad Esfahbodc2a1cdc2013-02-15 09:27:02 -0500158 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,FIN3,5}, {NONE,ISOL,6}, }
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400159};
160
161
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400162static void
Behdad Esfahbodc52ddab2013-10-16 13:42:38 +0200163nuke_joiners (const hb_ot_shape_plan_t *plan,
164 hb_font_t *font,
165 hb_buffer_t *buffer);
166
167static void
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400168arabic_fallback_shape (const hb_ot_shape_plan_t *plan,
169 hb_font_t *font,
170 hb_buffer_t *buffer);
Behdad Esfahbod49baa1f2010-10-12 16:50:36 -0400171
Behdad Esfahbod693918e2012-07-30 21:08:51 -0400172static void
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800173record_stch (const hb_ot_shape_plan_t *plan,
174 hb_font_t *font,
175 hb_buffer_t *buffer);
176
177static void
Behdad Esfahbod16c6a272012-08-02 09:38:28 -0400178collect_features_arabic (hb_ot_shape_planner_t *plan)
Behdad Esfahbod49baa1f2010-10-12 16:50:36 -0400179{
Behdad Esfahbod16c6a272012-08-02 09:38:28 -0400180 hb_ot_map_builder_t *map = &plan->map;
181
Behdad Esfahbod615d00e2014-07-17 13:36:09 -0400182 /* We apply features according to the Arabic spec, with pauses
183 * in between most.
Behdad Esfahbodb70c96d2011-07-07 21:07:41 -0400184 *
Behdad Esfahbod615d00e2014-07-17 13:36:09 -0400185 * The pause between init/medi/... and rlig is required. See eg:
Behdad Esfahbodb70c96d2011-07-07 21:07:41 -0400186 * https://bugzilla.mozilla.org/show_bug.cgi?id=644184
Behdad Esfahbod71b4c992013-10-28 00:20:59 +0100187 *
Behdad Esfahbod615d00e2014-07-17 13:36:09 -0400188 * The pauses between init/medi/... themselves are not necessarily
189 * needed as only one of those features is applied to any character.
190 * The only difference it makes is when fonts have contextual
191 * substitutions. We now follow the order of the spec, which makes
192 * for better experience if that's what Uniscribe is doing.
193 *
194 * At least for Arabic, looks like Uniscribe has a pause between
195 * rlig and calt. Otherwise the IranNastaliq's ALLAH ligature won't
196 * work. However, testing shows that rlig and calt are applied
197 * together for Mongolian in Uniscribe. As such, we only add a
198 * pause for Arabic, not other scripts.
Behdad Esfahbodc1432bc2017-07-14 17:34:47 +0100199 *
200 * A pause after calt is required to make KFGQPC Uthmanic Script HAFS
ebraminio7c6937e2017-11-20 14:49:22 -0500201 * work correctly. See https://github.com/harfbuzz/harfbuzz/issues/505
Behdad Esfahbodb70c96d2011-07-07 21:07:41 -0400202 */
203
Behdad Esfahbodc52ddab2013-10-16 13:42:38 +0200204 map->add_gsub_pause (nuke_joiners);
205
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800206 map->add_global_bool_feature (HB_TAG('s','t','c','h'));
207 map->add_gsub_pause (record_stch);
208
Behdad Esfahbode7ffcfa2013-02-14 11:05:56 -0500209 map->add_global_bool_feature (HB_TAG('c','c','m','p'));
210 map->add_global_bool_feature (HB_TAG('l','o','c','l'));
Behdad Esfahbodf6fd3782011-07-08 00:22:40 -0400211
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200212 map->add_gsub_pause (nullptr);
Behdad Esfahboda71b9c82011-04-06 14:04:56 -0400213
Behdad Esfahbode9f28a32012-08-11 18:20:28 -0400214 for (unsigned int i = 0; i < ARABIC_NUM_FEATURES; i++)
Behdad Esfahbod615d00e2014-07-17 13:36:09 -0400215 {
216 bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[i]);
217 map->add_feature (arabic_features[i], 1, has_fallback ? F_HAS_FALLBACK : F_NONE);
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200218 map->add_gsub_pause (nullptr);
Behdad Esfahbod615d00e2014-07-17 13:36:09 -0400219 }
Behdad Esfahbodb70c96d2011-07-07 21:07:41 -0400220
Behdad Esfahbodec544862013-02-14 11:25:10 -0500221 map->add_feature (HB_TAG('r','l','i','g'), 1, F_GLOBAL|F_HAS_FALLBACK);
Behdad Esfahbod615d00e2014-07-17 13:36:09 -0400222 if (plan->props.script == HB_SCRIPT_ARABIC)
223 map->add_gsub_pause (arabic_fallback_shape);
Behdad Esfahbodb70c96d2011-07-07 21:07:41 -0400224
Behdad Esfahbodc1432bc2017-07-14 17:34:47 +0100225 /* No pause after rclt. See 98460779bae19e4d64d29461ff154b3527bf8420. */
226 map->add_global_bool_feature (HB_TAG('r','c','l','t'));
Behdad Esfahbode7ffcfa2013-02-14 11:05:56 -0500227 map->add_global_bool_feature (HB_TAG('c','a','l','t'));
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200228 map->add_gsub_pause (nullptr);
Behdad Esfahbodb70c96d2011-07-07 21:07:41 -0400229
Behdad Esfahbod82f4d9d2014-07-17 15:57:37 -0400230 /* The spec includes 'cswh'. Earlier versions of Windows
231 * used to enable this by default, but testing suggests
232 * that Windows 8 and later do not enable it by default,
233 * and spec now says 'Off by default'.
234 * We disabled this in ae23c24c32.
235 * Note that IranNastaliq uses this feature extensively
236 * to fixup broken glyph sequences. Oh well...
237 * Test case: U+0643,U+0640,U+0631. */
Behdad Esfahbode3b42f12014-07-17 17:13:54 -0400238 //map->add_global_bool_feature (HB_TAG('c','s','w','h'));
Behdad Esfahbode7ffcfa2013-02-14 11:05:56 -0500239 map->add_global_bool_feature (HB_TAG('m','s','e','t'));
Behdad Esfahbod49baa1f2010-10-12 16:50:36 -0400240}
241
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400242#include "hb-ot-shape-complex-arabic-fallback.hh"
243
Behdad Esfahbode9f28a32012-08-11 18:20:28 -0400244struct arabic_shape_plan_t
245{
246 ASSERT_POD ();
247
Behdad Esfahbod2f1747e2012-08-16 11:46:46 -0400248 /* The "+ 1" in the next array is to accommodate for the "NONE" command,
249 * which is not an OpenType feature, but this simplifies the code by not
250 * having to do a "if (... < NONE) ..." and just rely on the fact that
251 * mask_array[NONE] == 0. */
Behdad Esfahbodbd08d5d2012-08-16 11:35:50 -0400252 hb_mask_t mask_array[ARABIC_NUM_FEATURES + 1];
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400253
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400254 arabic_fallback_plan_t *fallback_plan;
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800255
256 unsigned int do_fallback : 1;
257 unsigned int has_stch : 1;
Behdad Esfahbode9f28a32012-08-11 18:20:28 -0400258};
259
Behdad Esfahbod9daf2df2015-07-22 10:32:30 +0100260void *
Behdad Esfahbode9f28a32012-08-11 18:20:28 -0400261data_create_arabic (const hb_ot_shape_plan_t *plan)
262{
263 arabic_shape_plan_t *arabic_plan = (arabic_shape_plan_t *) calloc (1, sizeof (arabic_shape_plan_t));
264 if (unlikely (!arabic_plan))
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200265 return nullptr;
Behdad Esfahbode9f28a32012-08-11 18:20:28 -0400266
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400267 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC;
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800268 arabic_plan->has_stch = !!plan->map.get_1_mask (HB_TAG ('s','t','c','h'));
Behdad Esfahbode9f28a32012-08-11 18:20:28 -0400269 for (unsigned int i = 0; i < ARABIC_NUM_FEATURES; i++) {
270 arabic_plan->mask_array[i] = plan->map.get_1_mask (arabic_features[i]);
Behdad Esfahbod615d00e2014-07-17 13:36:09 -0400271 arabic_plan->do_fallback = arabic_plan->do_fallback &&
Behdad Esfahbodd5e61472014-08-05 14:19:01 -0400272 (FEATURE_IS_SYRIAC (arabic_features[i]) ||
273 plan->map.needs_fallback (arabic_features[i]));
Behdad Esfahbode9f28a32012-08-11 18:20:28 -0400274 }
275
Behdad Esfahbode9f28a32012-08-11 18:20:28 -0400276 return arabic_plan;
277}
278
Behdad Esfahbod9daf2df2015-07-22 10:32:30 +0100279void
Behdad Esfahbode9f28a32012-08-11 18:20:28 -0400280data_destroy_arabic (void *data)
281{
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400282 arabic_shape_plan_t *arabic_plan = (arabic_shape_plan_t *) data;
283
284 arabic_fallback_plan_destroy (arabic_plan->fallback_plan);
285
Behdad Esfahbode9f28a32012-08-11 18:20:28 -0400286 free (data);
287}
Behdad Esfahbodb7d04eb2012-04-10 16:44:38 -0400288
289static void
Behdad Esfahbod9f9f04c2012-08-11 18:34:13 -0400290arabic_joining (hb_buffer_t *buffer)
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400291{
Behdad Esfahbod76f76812011-07-07 22:25:25 -0400292 unsigned int count = buffer->len;
Behdad Esfahbod7cd33f22014-07-17 14:22:11 -0400293 hb_glyph_info_t *info = buffer->info;
Behdad Esfahbodbdc2fc82012-09-25 21:32:35 -0400294 unsigned int prev = (unsigned int) -1, state = 0;
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400295
Behdad Esfahbodbdc2fc82012-09-25 21:32:35 -0400296 /* Check pre-context */
Behdad Esfahbod763e5462014-08-02 16:17:44 -0400297 for (unsigned int i = 0; i < buffer->context_len[0]; i++)
298 {
299 unsigned int this_type = get_joining_type (buffer->context[0][i], buffer->unicode->general_category (buffer->context[0][i]));
Behdad Esfahbodbdc2fc82012-09-25 21:32:35 -0400300
Behdad Esfahbod763e5462014-08-02 16:17:44 -0400301 if (unlikely (this_type == JOINING_TYPE_T))
302 continue;
Behdad Esfahbodbdc2fc82012-09-25 21:32:35 -0400303
Behdad Esfahbod763e5462014-08-02 16:17:44 -0400304 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type];
305 state = entry->next_state;
306 break;
307 }
Behdad Esfahbodbdc2fc82012-09-25 21:32:35 -0400308
Behdad Esfahbod758f68b2010-10-12 17:37:44 -0400309 for (unsigned int i = 0; i < count; i++)
310 {
Behdad Esfahbod7cd33f22014-07-17 14:22:11 -0400311 unsigned int this_type = get_joining_type (info[i].codepoint, _hb_glyph_info_get_general_category (&info[i]));
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400312
Behdad Esfahbodaefdb642010-10-27 10:40:39 -0400313 if (unlikely (this_type == JOINING_TYPE_T)) {
Behdad Esfahbod7cd33f22014-07-17 14:22:11 -0400314 info[i].arabic_shaping_action() = NONE;
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400315 continue;
Behdad Esfahbodaefdb642010-10-27 10:40:39 -0400316 }
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400317
Behdad Esfahbod758f68b2010-10-12 17:37:44 -0400318 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type];
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400319
Behdad Esfahbodbdc2fc82012-09-25 21:32:35 -0400320 if (entry->prev_action != NONE && prev != (unsigned int) -1)
Behdad Esfahbod40bd7e92016-05-02 14:47:45 +0200321 {
Behdad Esfahbod7cd33f22014-07-17 14:22:11 -0400322 info[prev].arabic_shaping_action() = entry->prev_action;
Behdad Esfahbod40bd7e92016-05-02 14:47:45 +0200323 buffer->unsafe_to_break (prev, i + 1);
324 }
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400325
Behdad Esfahbod7cd33f22014-07-17 14:22:11 -0400326 info[i].arabic_shaping_action() = entry->curr_action;
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400327
328 prev = i;
329 state = entry->next_state;
330 }
331
Behdad Esfahbod763e5462014-08-02 16:17:44 -0400332 for (unsigned int i = 0; i < buffer->context_len[1]; i++)
333 {
334 unsigned int this_type = get_joining_type (buffer->context[1][i], buffer->unicode->general_category (buffer->context[1][i]));
Behdad Esfahbodbdc2fc82012-09-25 21:32:35 -0400335
Behdad Esfahbod763e5462014-08-02 16:17:44 -0400336 if (unlikely (this_type == JOINING_TYPE_T))
337 continue;
Behdad Esfahbodbdc2fc82012-09-25 21:32:35 -0400338
Behdad Esfahbod763e5462014-08-02 16:17:44 -0400339 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type];
340 if (entry->prev_action != NONE && prev != (unsigned int) -1)
341 info[prev].arabic_shaping_action() = entry->prev_action;
342 break;
343 }
Behdad Esfahbod164c13d2014-07-17 14:16:38 -0400344}
Behdad Esfahbodbdc2fc82012-09-25 21:32:35 -0400345
Behdad Esfahbod164c13d2014-07-17 14:16:38 -0400346static void
347mongolian_variation_selectors (hb_buffer_t *buffer)
348{
349 /* Copy arabic_shaping_action() from base to Mongolian variation selectors. */
350 unsigned int count = buffer->len;
351 hb_glyph_info_t *info = buffer->info;
352 for (unsigned int i = 1; i < count; i++)
Ebrahim Byagowi3b0e47c2017-06-19 14:47:09 +0430353 if (unlikely (hb_in_range<hb_codepoint_t> (info[i].codepoint, 0x180Bu, 0x180Du)))
Behdad Esfahbod164c13d2014-07-17 14:16:38 -0400354 info[i].arabic_shaping_action() = info[i - 1].arabic_shaping_action();
Behdad Esfahbod9f9f04c2012-08-11 18:34:13 -0400355}
356
Behdad Esfahbod9daf2df2015-07-22 10:32:30 +0100357void
358setup_masks_arabic_plan (const arabic_shape_plan_t *arabic_plan,
359 hb_buffer_t *buffer,
360 hb_script_t script)
Behdad Esfahbod9f9f04c2012-08-11 18:34:13 -0400361{
Behdad Esfahbod164c13d2014-07-17 14:16:38 -0400362 HB_BUFFER_ALLOCATE_VAR (buffer, arabic_shaping_action);
363
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400364 arabic_joining (buffer);
Behdad Esfahbod9daf2df2015-07-22 10:32:30 +0100365 if (script == HB_SCRIPT_MONGOLIAN)
Behdad Esfahbod164c13d2014-07-17 14:16:38 -0400366 mongolian_variation_selectors (buffer);
367
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400368 unsigned int count = buffer->len;
Behdad Esfahbod7cd33f22014-07-17 14:22:11 -0400369 hb_glyph_info_t *info = buffer->info;
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400370 for (unsigned int i = 0; i < count; i++)
Behdad Esfahbod7cd33f22014-07-17 14:22:11 -0400371 info[i].mask |= arabic_plan->mask_array[info[i].arabic_shaping_action()];
Behdad Esfahbod3eb936f2010-10-05 18:36:58 -0400372}
373
Behdad Esfahbod9daf2df2015-07-22 10:32:30 +0100374static void
375setup_masks_arabic (const hb_ot_shape_plan_t *plan,
376 hb_buffer_t *buffer,
377 hb_font_t *font HB_UNUSED)
378{
379 const arabic_shape_plan_t *arabic_plan = (const arabic_shape_plan_t *) plan->data;
380 setup_masks_arabic_plan (arabic_plan, buffer, plan->props.script);
381}
382
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400383
384static void
Behdad Esfahbodc52ddab2013-10-16 13:42:38 +0200385nuke_joiners (const hb_ot_shape_plan_t *plan HB_UNUSED,
386 hb_font_t *font HB_UNUSED,
387 hb_buffer_t *buffer)
388{
389 unsigned int count = buffer->len;
Behdad Esfahbod7cd33f22014-07-17 14:22:11 -0400390 hb_glyph_info_t *info = buffer->info;
Behdad Esfahbodc52ddab2013-10-16 13:42:38 +0200391 for (unsigned int i = 0; i < count; i++)
Behdad Esfahbod7cd33f22014-07-17 14:22:11 -0400392 if (_hb_glyph_info_is_zwj (&info[i]))
393 _hb_glyph_info_flip_joiners (&info[i]);
Behdad Esfahbodc52ddab2013-10-16 13:42:38 +0200394}
395
396static void
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400397arabic_fallback_shape (const hb_ot_shape_plan_t *plan,
398 hb_font_t *font,
399 hb_buffer_t *buffer)
400{
401 const arabic_shape_plan_t *arabic_plan = (const arabic_shape_plan_t *) plan->data;
402
403 if (!arabic_plan->do_fallback)
404 return;
405
406retry:
407 arabic_fallback_plan_t *fallback_plan = (arabic_fallback_plan_t *) hb_atomic_ptr_get (&arabic_plan->fallback_plan);
408 if (unlikely (!fallback_plan))
409 {
410 /* This sucks. We need a font to build the fallback plan... */
411 fallback_plan = arabic_fallback_plan_create (plan, font);
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200412 if (unlikely (!hb_atomic_ptr_cmpexch (&(const_cast<arabic_shape_plan_t *> (arabic_plan))->fallback_plan, nullptr, fallback_plan))) {
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400413 arabic_fallback_plan_destroy (fallback_plan);
414 goto retry;
415 }
416 }
417
418 arabic_fallback_plan_shape (fallback_plan, font, buffer);
419}
420
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800421/*
422 * Stretch feature: "stch".
423 * See example here:
424 * https://www.microsoft.com/typography/OpenTypeDev/syriac/intro.htm
425 * We implement this in a generic way, such that the Arabic subtending
426 * marks can use it as well.
427 */
428
429static void
430record_stch (const hb_ot_shape_plan_t *plan,
431 hb_font_t *font,
432 hb_buffer_t *buffer)
433{
434 const arabic_shape_plan_t *arabic_plan = (const arabic_shape_plan_t *) plan->data;
435 if (!arabic_plan->has_stch)
436 return;
437
438 /* 'stch' feature was just applied. Look for anything that multiplied,
439 * and record it for stch treatment later. Note that rtlm, frac, etc
440 * are applied before stch, but we assume that they didn't result in
441 * anything multiplying into 5 pieces, so it's safe-ish... */
442
443 unsigned int count = buffer->len;
444 hb_glyph_info_t *info = buffer->info;
445 for (unsigned int i = 0; i < count; i++)
446 if (unlikely (_hb_glyph_info_multiplied (&info[i])))
447 {
448 unsigned int comp = _hb_glyph_info_get_lig_comp (&info[i]);
449 info[i].arabic_shaping_action() = comp % 2 ? STCH_REPEATING : STCH_FIXED;
450 buffer->scratch_flags |= HB_BUFFER_SCRATCH_FLAG_ARABIC_HAS_STCH;
451 }
452}
453
454static void
455apply_stch (const hb_ot_shape_plan_t *plan,
456 hb_buffer_t *buffer,
457 hb_font_t *font)
458{
459 if (likely (!(buffer->scratch_flags & HB_BUFFER_SCRATCH_FLAG_ARABIC_HAS_STCH)))
460 return;
461
462 /* The Arabic shaper currently always processes in RTL mode, so we should
463 * stretch / position the stretched pieces to the left / preceding glyphs. */
464
465 /* We do a two pass implementation:
466 * First pass calculates the exact number of extra glyphs we need,
467 * We then enlarge buffer to have that much room,
468 * Second pass applies the stretch, copying things to the end of buffer.
469 */
470
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800471 int sign = font->x_scale < 0 ? -1 : +1;
472 unsigned int extra_glyphs_needed = 0; // Set during MEASURE, used during CUT
Chun-wei Fan4d27bb82015-11-06 14:28:30 +0800473 typedef enum { MEASURE, CUT } step_t;
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800474
Chun-wei Fan4d27bb82015-11-06 14:28:30 +0800475 for (step_t step = MEASURE; step <= CUT; step = (step_t) (step + 1))
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800476 {
477 unsigned int count = buffer->len;
478 hb_glyph_info_t *info = buffer->info;
479 hb_glyph_position_t *pos = buffer->pos;
480 unsigned int new_len = count + extra_glyphs_needed; // write head during CUT
481 unsigned int j = new_len;
482 for (unsigned int i = count; i; i--)
483 {
484 if (!hb_in_range<unsigned> (info[i - 1].arabic_shaping_action(), STCH_FIXED, STCH_REPEATING))
485 {
486 if (step == CUT)
487 {
488 --j;
489 info[j] = info[i - 1];
490 pos[j] = pos[i - 1];
491 }
492 continue;
493 }
494
495 /* Yay, justification! */
496
497 hb_position_t w_total = 0; // Total to be filled
498 hb_position_t w_fixed = 0; // Sum of fixed tiles
499 hb_position_t w_repeating = 0; // Sum of repeating tiles
500 int n_fixed = 0;
501 int n_repeating = 0;
502
503 unsigned int end = i;
504 while (i &&
505 hb_in_range<unsigned> (info[i - 1].arabic_shaping_action(), STCH_FIXED, STCH_REPEATING))
506 {
507 i--;
Behdad Esfahbod86bcbd62015-12-17 11:04:33 +0000508 hb_position_t width = font->get_glyph_h_advance (info[i].codepoint);
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800509 if (info[i].arabic_shaping_action() == STCH_FIXED)
510 {
Behdad Esfahbod86bcbd62015-12-17 11:04:33 +0000511 w_fixed += width;
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800512 n_fixed++;
513 }
514 else
515 {
Behdad Esfahbod86bcbd62015-12-17 11:04:33 +0000516 w_repeating += width;
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800517 n_repeating++;
518 }
519 }
520 unsigned int start = i;
521 unsigned int context = i;
522 while (context &&
523 !hb_in_range<unsigned> (info[context - 1].arabic_shaping_action(), STCH_FIXED, STCH_REPEATING) &&
524 (_hb_glyph_info_is_default_ignorable (&info[context - 1]) ||
Behdad Esfahbod59821ab2015-11-06 16:27:44 -0800525 HB_ARABIC_GENERAL_CATEGORY_IS_WORD (_hb_glyph_info_get_general_category (&info[context - 1]))))
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800526 {
527 context--;
528 w_total += pos[context].x_advance;
529 }
530 i++; // Don't touch i again.
531
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200532 DEBUG_MSG (ARABIC, nullptr, "%s stretch at (%d,%d,%d)",
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800533 step == MEASURE ? "measuring" : "cutting", context, start, end);
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200534 DEBUG_MSG (ARABIC, nullptr, "rest of word: count=%d width %d", start - context, w_total);
535 DEBUG_MSG (ARABIC, nullptr, "fixed tiles: count=%d width=%d", n_fixed, w_fixed);
536 DEBUG_MSG (ARABIC, nullptr, "repeating tiles: count=%d width=%d", n_repeating, w_repeating);
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800537
538 /* Number of additional times to repeat each repeating tile. */
539 int n_copies = 0;
540
Behdad Esfahbod86bcbd62015-12-17 11:04:33 +0000541 hb_position_t w_remaining = w_total - w_fixed;
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800542 if (sign * w_remaining > sign * w_repeating && sign * w_repeating > 0)
jfkthamea7ffe352015-12-05 17:47:37 +0000543 n_copies = (sign * w_remaining) / (sign * w_repeating) - 1;
544
545 /* See if we can improve the fit by adding an extra repeat and squeezing them together a bit. */
546 hb_position_t extra_repeat_overlap = 0;
547 hb_position_t shortfall = sign * w_remaining - sign * w_repeating * (n_copies + 1);
Behdad Esfahbod73c6dcb2017-02-07 16:53:21 -0800548 if (shortfall > 0 && n_repeating > 0)
jfkthamea7ffe352015-12-05 17:47:37 +0000549 {
550 ++n_copies;
551 hb_position_t excess = (n_copies + 1) * sign * w_repeating - sign * w_remaining;
552 if (excess > 0)
553 extra_repeat_overlap = excess / (n_copies * n_repeating);
554 }
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800555
556 if (step == MEASURE)
557 {
558 extra_glyphs_needed += n_copies * n_repeating;
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200559 DEBUG_MSG (ARABIC, nullptr, "will add extra %d copies of repeating tiles", n_copies);
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800560 }
561 else
562 {
Behdad Esfahbodc4f4c0a2017-11-08 17:04:31 -0800563 buffer->unsafe_to_break (context, end);
Behdad Esfahbod86bcbd62015-12-17 11:04:33 +0000564 hb_position_t x_offset = 0;
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800565 for (unsigned int k = end; k > start; k--)
566 {
Behdad Esfahbod86bcbd62015-12-17 11:04:33 +0000567 hb_position_t width = font->get_glyph_h_advance (info[k - 1].codepoint);
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800568
569 unsigned int repeat = 1;
570 if (info[k - 1].arabic_shaping_action() == STCH_REPEATING)
571 repeat += n_copies;
572
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200573 DEBUG_MSG (ARABIC, nullptr, "appending %d copies of glyph %d; j=%d",
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800574 repeat, info[k - 1].codepoint, j);
575 for (unsigned int n = 0; n < repeat; n++)
576 {
Behdad Esfahbod86bcbd62015-12-17 11:04:33 +0000577 x_offset -= width;
jfkthamea7ffe352015-12-05 17:47:37 +0000578 if (n > 0)
579 x_offset += extra_repeat_overlap;
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800580 pos[k - 1].x_offset = x_offset;
581 /* Append copy. */
582 --j;
583 info[j] = info[k - 1];
584 pos[j] = pos[k - 1];
585 }
586 }
587 }
588 }
589
590 if (step == MEASURE)
591 {
592 if (unlikely (!buffer->ensure (count + extra_glyphs_needed)))
593 break;
594 }
595 else
596 {
597 assert (j == 0);
598 buffer->len = new_len;
599 }
600 }
601}
602
603
604static void
605postprocess_glyphs_arabic (const hb_ot_shape_plan_t *plan,
606 hb_buffer_t *buffer,
607 hb_font_t *font)
608{
609 apply_stch (plan, buffer, font);
610
611 HB_BUFFER_DEALLOCATE_VAR (buffer, arabic_shaping_action);
612}
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400613
Behdad Esfahbodab8d70e2017-10-04 14:47:10 +0200614/* http://www.unicode.org/reports/tr53/tr53-1.pdf */
615
616static hb_codepoint_t
617modifier_combining_marks[] =
618{
619 0x0654u, /* ARABIC HAMZA ABOVE */
620 0x0655u, /* ARABIC HAMZA BELOW */
621 0x0658u, /* ARABIC MARK NOON GHUNNA */
622 0x06DCu, /* ARABIC SMALL HIGH SEEN */
623 0x06E3u, /* ARABIC SMALL LOW SEEN */
624 0x06E7u, /* ARABIC SMALL HIGH YEH */
625 0x06E8u, /* ARABIC SMALL HIGH NOON */
626 0x08F3u, /* ARABIC SMALL HIGH WAW */
627};
628
629static inline bool
630info_is_mcm (const hb_glyph_info_t &info)
631{
632 hb_codepoint_t u = info.codepoint;
633 for (unsigned int i = 0; i < ARRAY_LENGTH (modifier_combining_marks); i++)
634 if (u == modifier_combining_marks[i])
635 return true;
636 return false;
637}
638
639static void
640reorder_marks_arabic (const hb_ot_shape_plan_t *plan,
641 hb_buffer_t *buffer,
642 unsigned int start,
643 unsigned int end)
644{
645 hb_glyph_info_t *info = buffer->info;
646
Behdad Esfahbod8c0d1912018-01-05 12:46:12 +0000647 DEBUG_MSG (ARABIC, buffer, "Reordering marks from %d to %d", start, end);
648
Behdad Esfahbodab8d70e2017-10-04 14:47:10 +0200649 unsigned int i = start;
650 for (unsigned int cc = 220; cc <= 230; cc += 10)
651 {
Behdad Esfahbod8c0d1912018-01-05 12:46:12 +0000652 DEBUG_MSG (ARABIC, buffer, "Looking for %d's starting at %d", cc, i);
Behdad Esfahbodab8d70e2017-10-04 14:47:10 +0200653 while (i < end && info_cc(info[i]) < cc)
654 i++;
Behdad Esfahbod8c0d1912018-01-05 12:46:12 +0000655 DEBUG_MSG (ARABIC, buffer, "Looking for %d's stopped at %d", cc, i);
Behdad Esfahbodab8d70e2017-10-04 14:47:10 +0200656
657 if (i == end)
658 break;
659
660 if (info_cc(info[i]) > cc)
661 continue;
662
Behdad Esfahbodab8d70e2017-10-04 14:47:10 +0200663 unsigned int j = i;
Behdad Esfahbod8c0d1912018-01-05 12:46:12 +0000664 while (j < end && info_cc(info[j]) == cc && info_is_mcm (info[j]))
Behdad Esfahbodab8d70e2017-10-04 14:47:10 +0200665 j++;
Behdad Esfahbodab8d70e2017-10-04 14:47:10 +0200666
667 if (i == j)
668 continue;
669
Behdad Esfahbod8c0d1912018-01-05 12:46:12 +0000670 DEBUG_MSG (ARABIC, buffer, "Found %d's from %d to %d", cc, i, j);
671
Behdad Esfahbodab8d70e2017-10-04 14:47:10 +0200672 /* Shift it! */
Behdad Esfahbod8c0d1912018-01-05 12:46:12 +0000673 DEBUG_MSG (ARABIC, buffer, "Shifting %d's: %d %d", cc, i, j);
Behdad Esfahbodab8d70e2017-10-04 14:47:10 +0200674 hb_glyph_info_t temp[HB_OT_SHAPE_COMPLEX_MAX_COMBINING_MARKS];
675 assert (j - i <= ARRAY_LENGTH (temp));
Behdad Esfahbod5f50f882017-10-07 13:17:33 +0200676 buffer->merge_clusters (start, j);
Behdad Esfahbodab8d70e2017-10-04 14:47:10 +0200677 memmove (temp, &info[i], (j - i) * sizeof (hb_glyph_info_t));
678 memmove (&info[start + j - i], &info[start], (i - start) * sizeof (hb_glyph_info_t));
679 memmove (&info[start], temp, (j - i) * sizeof (hb_glyph_info_t));
680
Behdad Esfahbod8c0d1912018-01-05 12:46:12 +0000681 /* Renumber CC such that the reordered sequence is still sorted.
682 * 22 and 26 are chosen because they are smaller than all Arabic categories,
683 * and are folded back to 220/230 respectively during fallback mark positioning.
684 *
685 * We do this because the CGJ-handling logic in the normalizer relies on
686 * mark sequences having an increasing order even after this reordering.
687 * https://github.com/harfbuzz/harfbuzz/issues/554
688 * This, however, does break some obscure sequences, where the normalizer
689 * might compose a sequence that it should not. For example, in the seequence
690 * ALEF, HAMZAH, MADDAH, we should NOT try to compose ALEF+MADDAH, but with this
691 * renumbering, we will.
692 */
693 unsigned int new_start = start + j - i;
694 unsigned int new_cc = cc == 220 ? HB_MODIFIED_COMBINING_CLASS_CCC22 : HB_MODIFIED_COMBINING_CLASS_CCC26;
695 while (start < new_start)
696 {
697 _hb_glyph_info_set_modified_combining_class (&info[start], new_cc);
698 start++;
699 }
Behdad Esfahbodab8d70e2017-10-04 14:47:10 +0200700
701 i = j;
702 }
703}
704
Behdad Esfahbod693918e2012-07-30 21:08:51 -0400705const hb_ot_complex_shaper_t _hb_ot_complex_shaper_arabic =
706{
Behdad Esfahbod693918e2012-07-30 21:08:51 -0400707 collect_features_arabic,
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200708 nullptr, /* override_features */
Behdad Esfahbode9f28a32012-08-11 18:20:28 -0400709 data_create_arabic,
710 data_destroy_arabic,
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200711 nullptr, /* preprocess_text */
Behdad Esfahbod6e6f82b2015-11-05 17:29:03 -0800712 postprocess_glyphs_arabic,
Behdad Esfahbod3d6ca0d2013-12-31 16:04:35 +0800713 HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT,
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200714 nullptr, /* decompose */
715 nullptr, /* compose */
Behdad Esfahbod693918e2012-07-30 21:08:51 -0400716 setup_masks_arabic,
Behdad Esfahboddbdbfe32017-10-15 12:11:08 +0200717 nullptr, /* disable_otl */
Behdad Esfahbodab8d70e2017-10-04 14:47:10 +0200718 reorder_marks_arabic,
Behdad Esfahbod71b4c992013-10-28 00:20:59 +0100719 HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE,
Behdad Esfahbod865745b2012-11-14 13:48:26 -0800720 true, /* fallback_position */
Behdad Esfahbod693918e2012-07-30 21:08:51 -0400721};