Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright © 2011,2012 Google, Inc. |
| 3 | * |
| 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 Esfahbod | 7aad536 | 2019-06-26 13:21:03 -0700 | [diff] [blame] | 27 | #include "hb.hh" |
| 28 | |
| 29 | #ifndef HB_NO_OT_SHAPE |
| 30 | |
Behdad Esfahbod | c77ae40 | 2018-08-25 22:36:36 -0700 | [diff] [blame] | 31 | #include "hb-ot-shape-complex-khmer.hh" |
| 32 | #include "hb-ot-layout.hh" |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 33 | |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 34 | |
| 35 | /* |
Behdad Esfahbod | 0d3a274 | 2018-01-05 17:01:37 +0000 | [diff] [blame] | 36 | * Khmer shaper. |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 37 | */ |
| 38 | |
Behdad Esfahbod | 1676f60 | 2018-09-24 17:55:03 -0400 | [diff] [blame] | 39 | static const hb_ot_map_feature_t |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 40 | khmer_features[] = |
| 41 | { |
| 42 | /* |
| 43 | * Basic features. |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 44 | * These features are applied in order, one at a time, after reordering. |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 45 | */ |
Behdad Esfahbod | b1e07e1 | 2018-09-30 05:43:22 -0400 | [diff] [blame] | 46 | {HB_TAG('p','r','e','f'), F_MANUAL_JOINERS}, |
| 47 | {HB_TAG('b','l','w','f'), F_MANUAL_JOINERS}, |
| 48 | {HB_TAG('a','b','v','f'), F_MANUAL_JOINERS}, |
| 49 | {HB_TAG('p','s','t','f'), F_MANUAL_JOINERS}, |
| 50 | {HB_TAG('c','f','a','r'), F_MANUAL_JOINERS}, |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 51 | /* |
| 52 | * Other features. |
Behdad Esfahbod | 982c2f4 | 2018-10-26 15:40:12 -0700 | [diff] [blame] | 53 | * These features are applied all at once after clearing syllables. |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 54 | */ |
Behdad Esfahbod | b1e07e1 | 2018-09-30 05:43:22 -0400 | [diff] [blame] | 55 | {HB_TAG('p','r','e','s'), F_GLOBAL_MANUAL_JOINERS}, |
| 56 | {HB_TAG('a','b','v','s'), F_GLOBAL_MANUAL_JOINERS}, |
| 57 | {HB_TAG('b','l','w','s'), F_GLOBAL_MANUAL_JOINERS}, |
| 58 | {HB_TAG('p','s','t','s'), F_GLOBAL_MANUAL_JOINERS}, |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 59 | }; |
| 60 | |
| 61 | /* |
| 62 | * Must be in the same order as the khmer_features array. |
| 63 | */ |
| 64 | enum { |
Behdad Esfahbod | dc480fc | 2019-07-02 15:17:56 -0700 | [diff] [blame] | 65 | KHMER_PREF, |
| 66 | KHMER_BLWF, |
| 67 | KHMER_ABVF, |
| 68 | KHMER_PSTF, |
| 69 | KHMER_CFAR, |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 70 | |
Behdad Esfahbod | dc480fc | 2019-07-02 15:17:56 -0700 | [diff] [blame] | 71 | _KHMER_PRES, |
| 72 | _KHMER_ABVS, |
| 73 | _KHMER_BLWS, |
| 74 | _KHMER_PSTS, |
Behdad Esfahbod | 3583fb0 | 2018-09-23 22:33:38 -0400 | [diff] [blame] | 75 | |
Behdad Esfahbod | bfad6ab | 2018-01-05 16:13:09 +0000 | [diff] [blame] | 76 | KHMER_NUM_FEATURES, |
Behdad Esfahbod | dc480fc | 2019-07-02 15:17:56 -0700 | [diff] [blame] | 77 | KHMER_BASIC_FEATURES = _KHMER_PRES, /* Don't forget to update this! */ |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 78 | }; |
| 79 | |
| 80 | static void |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 81 | setup_syllables_khmer (const hb_ot_shape_plan_t *plan, |
| 82 | hb_font_t *font, |
| 83 | hb_buffer_t *buffer); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 84 | static void |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 85 | reorder_khmer (const hb_ot_shape_plan_t *plan, |
| 86 | hb_font_t *font, |
| 87 | hb_buffer_t *buffer); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 88 | |
| 89 | static void |
| 90 | collect_features_khmer (hb_ot_shape_planner_t *plan) |
| 91 | { |
| 92 | hb_ot_map_builder_t *map = &plan->map; |
| 93 | |
| 94 | /* Do this before any lookups have been applied. */ |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 95 | map->add_gsub_pause (setup_syllables_khmer); |
| 96 | map->add_gsub_pause (reorder_khmer); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 97 | |
Behdad Esfahbod | 5772edc | 2018-07-31 14:10:31 -0700 | [diff] [blame] | 98 | /* Testing suggests that Uniscribe does NOT pause between basic |
Behdad Esfahbod | 8eef196 | 2018-07-31 13:35:10 -0700 | [diff] [blame] | 99 | * features. Test with KhmerUI.ttf and the following three |
| 100 | * sequences: |
Behdad Esfahbod | 7c658ea | 2018-07-31 12:49:02 -0700 | [diff] [blame] | 101 | * |
| 102 | * U+1789,U+17BC |
| 103 | * U+1789,U+17D2,U+1789 |
| 104 | * U+1789,U+17D2,U+1789,U+17BC |
| 105 | * |
| 106 | * https://github.com/harfbuzz/harfbuzz/issues/974 |
| 107 | */ |
Behdad Esfahbod | f048ead | 2018-09-24 18:01:53 -0400 | [diff] [blame] | 108 | map->enable_feature (HB_TAG('l','o','c','l')); |
| 109 | map->enable_feature (HB_TAG('c','c','m','p')); |
Behdad Esfahbod | 8eef196 | 2018-07-31 13:35:10 -0700 | [diff] [blame] | 110 | |
| 111 | unsigned int i = 0; |
Behdad Esfahbod | 3583fb0 | 2018-09-23 22:33:38 -0400 | [diff] [blame] | 112 | for (; i < KHMER_BASIC_FEATURES; i++) |
Behdad Esfahbod | 1676f60 | 2018-09-24 17:55:03 -0400 | [diff] [blame] | 113 | map->add_feature (khmer_features[i]); |
Behdad Esfahbod | 8eef196 | 2018-07-31 13:35:10 -0700 | [diff] [blame] | 114 | |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 115 | map->add_gsub_pause (_hb_clear_syllables); |
Behdad Esfahbod | 7c658ea | 2018-07-31 12:49:02 -0700 | [diff] [blame] | 116 | |
Behdad Esfahbod | 3583fb0 | 2018-09-23 22:33:38 -0400 | [diff] [blame] | 117 | for (; i < KHMER_NUM_FEATURES; i++) |
Behdad Esfahbod | 1676f60 | 2018-09-24 17:55:03 -0400 | [diff] [blame] | 118 | map->add_feature (khmer_features[i]); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 119 | } |
| 120 | |
| 121 | static void |
| 122 | override_features_khmer (hb_ot_shape_planner_t *plan) |
| 123 | { |
Behdad Esfahbod | a95d9d8 | 2018-11-29 12:30:14 -0500 | [diff] [blame] | 124 | hb_ot_map_builder_t *map = &plan->map; |
| 125 | |
| 126 | /* Khmer spec has 'clig' as part of required shaping features: |
| 127 | * "Apply feature 'clig' to form ligatures that are desired for |
| 128 | * typographical correctness.", hence in overrides... */ |
| 129 | map->enable_feature (HB_TAG('c','l','i','g')); |
| 130 | |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 131 | /* Uniscribe does not apply 'kern' in Khmer. */ |
| 132 | if (hb_options ().uniscribe_bug_compatible) |
| 133 | { |
Behdad Esfahbod | a95d9d8 | 2018-11-29 12:30:14 -0500 | [diff] [blame] | 134 | map->disable_feature (HB_TAG('k','e','r','n')); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 135 | } |
| 136 | |
Behdad Esfahbod | a95d9d8 | 2018-11-29 12:30:14 -0500 | [diff] [blame] | 137 | map->disable_feature (HB_TAG('l','i','g','a')); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 138 | } |
| 139 | |
| 140 | |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 141 | struct khmer_shape_plan_t |
| 142 | { |
Ebrahim Byagowi | b2ebaa9 | 2018-12-16 22:38:10 +0330 | [diff] [blame] | 143 | bool get_virama_glyph (hb_font_t *font, hb_codepoint_t *pglyph) const |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 144 | { |
| 145 | hb_codepoint_t glyph = virama_glyph; |
| 146 | if (unlikely (virama_glyph == (hb_codepoint_t) -1)) |
| 147 | { |
Behdad Esfahbod | 9b135d9 | 2018-01-05 15:43:11 +0000 | [diff] [blame] | 148 | if (!font->get_nominal_glyph (0x17D2u, &glyph)) |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 149 | glyph = 0; |
| 150 | /* Technically speaking, the spec says we should apply 'locl' to virama too. |
| 151 | * Maybe one day... */ |
| 152 | |
| 153 | /* Our get_nominal_glyph() function needs a font, so we can't get the virama glyph |
| 154 | * during shape planning... Instead, overwrite it here. It's safe. Don't worry! */ |
| 155 | virama_glyph = glyph; |
| 156 | } |
| 157 | |
| 158 | *pglyph = glyph; |
| 159 | return glyph != 0; |
| 160 | } |
| 161 | |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 162 | mutable hb_codepoint_t virama_glyph; |
| 163 | |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 164 | hb_indic_would_substitute_feature_t pref; |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 165 | |
Behdad Esfahbod | bfad6ab | 2018-01-05 16:13:09 +0000 | [diff] [blame] | 166 | hb_mask_t mask_array[KHMER_NUM_FEATURES]; |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 167 | }; |
| 168 | |
| 169 | static void * |
| 170 | data_create_khmer (const hb_ot_shape_plan_t *plan) |
| 171 | { |
| 172 | khmer_shape_plan_t *khmer_plan = (khmer_shape_plan_t *) calloc (1, sizeof (khmer_shape_plan_t)); |
| 173 | if (unlikely (!khmer_plan)) |
| 174 | return nullptr; |
| 175 | |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 176 | khmer_plan->virama_glyph = (hb_codepoint_t) -1; |
| 177 | |
Behdad Esfahbod | 7eb3ac2 | 2018-01-05 15:41:31 +0000 | [diff] [blame] | 178 | khmer_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), true); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 179 | |
| 180 | for (unsigned int i = 0; i < ARRAY_LENGTH (khmer_plan->mask_array); i++) |
| 181 | khmer_plan->mask_array[i] = (khmer_features[i].flags & F_GLOBAL) ? |
| 182 | 0 : plan->map.get_1_mask (khmer_features[i].tag); |
| 183 | |
| 184 | return khmer_plan; |
| 185 | } |
| 186 | |
| 187 | static void |
| 188 | data_destroy_khmer (void *data) |
| 189 | { |
| 190 | free (data); |
| 191 | } |
| 192 | |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 193 | |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 194 | enum khmer_syllable_type_t { |
| 195 | khmer_consonant_syllable, |
| 196 | khmer_broken_cluster, |
| 197 | khmer_non_khmer_cluster, |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 198 | }; |
| 199 | |
| 200 | #include "hb-ot-shape-complex-khmer-machine.hh" |
| 201 | |
| 202 | static void |
| 203 | setup_masks_khmer (const hb_ot_shape_plan_t *plan HB_UNUSED, |
| 204 | hb_buffer_t *buffer, |
| 205 | hb_font_t *font HB_UNUSED) |
| 206 | { |
| 207 | HB_BUFFER_ALLOCATE_VAR (buffer, khmer_category); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 208 | |
| 209 | /* We cannot setup masks here. We save information about characters |
| 210 | * and setup masks later on in a pause-callback. */ |
| 211 | |
| 212 | unsigned int count = buffer->len; |
| 213 | hb_glyph_info_t *info = buffer->info; |
| 214 | for (unsigned int i = 0; i < count; i++) |
| 215 | set_khmer_properties (info[i]); |
| 216 | } |
| 217 | |
| 218 | static void |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 219 | setup_syllables_khmer (const hb_ot_shape_plan_t *plan HB_UNUSED, |
| 220 | hb_font_t *font HB_UNUSED, |
| 221 | hb_buffer_t *buffer) |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 222 | { |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 223 | find_syllables_khmer (buffer); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 224 | foreach_syllable (buffer, start, end) |
| 225 | buffer->unsafe_to_break (start, end); |
| 226 | } |
| 227 | |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 228 | |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 229 | /* Rules from: |
Ebrahim Byagowi | f24b0b9 | 2018-04-12 13:40:45 +0430 | [diff] [blame] | 230 | * https://docs.microsoft.com/en-us/typography/script-development/devanagari */ |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 231 | |
| 232 | static void |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 233 | reorder_consonant_syllable (const hb_ot_shape_plan_t *plan, |
Behdad Esfahbod | 39bd07a | 2018-10-26 21:01:11 -0700 | [diff] [blame] | 234 | hb_face_t *face HB_UNUSED, |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 235 | hb_buffer_t *buffer, |
| 236 | unsigned int start, unsigned int end) |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 237 | { |
| 238 | const khmer_shape_plan_t *khmer_plan = (const khmer_shape_plan_t *) plan->data; |
| 239 | hb_glyph_info_t *info = buffer->info; |
| 240 | |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 241 | /* Setup masks. */ |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 242 | { |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 243 | /* Post-base */ |
Behdad Esfahbod | dc480fc | 2019-07-02 15:17:56 -0700 | [diff] [blame] | 244 | hb_mask_t mask = khmer_plan->mask_array[KHMER_BLWF] | |
| 245 | khmer_plan->mask_array[KHMER_ABVF] | |
| 246 | khmer_plan->mask_array[KHMER_PSTF]; |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 247 | for (unsigned int i = start + 1; i < end; i++) |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 248 | info[i].mask |= mask; |
| 249 | } |
| 250 | |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 251 | unsigned int num_coengs = 0; |
| 252 | for (unsigned int i = start + 1; i < end; i++) |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 253 | { |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 254 | /* """ |
| 255 | * When a COENG + (Cons | IndV) combination are found (and subscript count |
| 256 | * is less than two) the character combination is handled according to the |
| 257 | * subscript type of the character following the COENG. |
| 258 | * |
| 259 | * ... |
| 260 | * |
| 261 | * Subscript Type 2 - The COENG + RO characters are reordered to immediately |
| 262 | * before the base glyph. Then the COENG + RO characters are assigned to have |
| 263 | * the 'pref' OpenType feature applied to them. |
| 264 | * """ |
| 265 | */ |
| 266 | if (info[i].khmer_category() == OT_Coeng && num_coengs <= 2 && i + 1 < end) |
| 267 | { |
| 268 | num_coengs++; |
| 269 | |
| 270 | if (info[i + 1].khmer_category() == OT_Ra) |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 271 | { |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 272 | for (unsigned int j = 0; j < 2; j++) |
Behdad Esfahbod | dc480fc | 2019-07-02 15:17:56 -0700 | [diff] [blame] | 273 | info[i + j].mask |= khmer_plan->mask_array[KHMER_PREF]; |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 274 | |
| 275 | /* Move the Coeng,Ro sequence to the start. */ |
| 276 | buffer->merge_clusters (start, i + 2); |
| 277 | hb_glyph_info_t t0 = info[i]; |
| 278 | hb_glyph_info_t t1 = info[i + 1]; |
| 279 | memmove (&info[start + 2], &info[start], (i - start) * sizeof (info[0])); |
| 280 | info[start] = t0; |
| 281 | info[start + 1] = t1; |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 282 | |
| 283 | /* Mark the subsequent stuff with 'cfar'. Used in Khmer. |
| 284 | * Read the feature spec. |
| 285 | * This allows distinguishing the following cases with MS Khmer fonts: |
| 286 | * U+1784,U+17D2,U+179A,U+17D2,U+1782 |
| 287 | * U+1784,U+17D2,U+1782,U+17D2,U+179A |
| 288 | */ |
Behdad Esfahbod | dc480fc | 2019-07-02 15:17:56 -0700 | [diff] [blame] | 289 | if (khmer_plan->mask_array[KHMER_CFAR]) |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 290 | for (unsigned int j = i + 2; j < end; j++) |
Behdad Esfahbod | dc480fc | 2019-07-02 15:17:56 -0700 | [diff] [blame] | 291 | info[j].mask |= khmer_plan->mask_array[KHMER_CFAR]; |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 292 | |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 293 | num_coengs = 2; /* Done. */ |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 294 | } |
| 295 | } |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 296 | |
| 297 | /* Reorder left matra piece. */ |
Behdad Esfahbod | 5143654 | 2018-10-01 19:09:58 +0200 | [diff] [blame] | 298 | else if (info[i].khmer_category() == OT_VPre) |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 299 | { |
| 300 | /* Move to the start. */ |
| 301 | buffer->merge_clusters (start, i + 1); |
| 302 | hb_glyph_info_t t = info[i]; |
| 303 | memmove (&info[start + 1], &info[start], (i - start) * sizeof (info[0])); |
| 304 | info[start] = t; |
| 305 | } |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 306 | } |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 307 | } |
| 308 | |
| 309 | static void |
Behdad Esfahbod | 3724f13 | 2019-07-02 15:23:00 -0700 | [diff] [blame] | 310 | reorder_syllable_khmer (const hb_ot_shape_plan_t *plan, |
| 311 | hb_face_t *face, |
| 312 | hb_buffer_t *buffer, |
| 313 | unsigned int start, unsigned int end) |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 314 | { |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 315 | khmer_syllable_type_t syllable_type = (khmer_syllable_type_t) (buffer->info[start].syllable() & 0x0F); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 316 | switch (syllable_type) |
| 317 | { |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 318 | case khmer_broken_cluster: /* We already inserted dotted-circles, so just call the consonant_syllable. */ |
| 319 | case khmer_consonant_syllable: |
Behdad Esfahbod | 1a96cc8 | 2018-07-31 11:45:32 -0700 | [diff] [blame] | 320 | reorder_consonant_syllable (plan, face, buffer, start, end); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 321 | break; |
| 322 | |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 323 | case khmer_non_khmer_cluster: |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 324 | break; |
| 325 | } |
| 326 | } |
| 327 | |
| 328 | static inline void |
Behdad Esfahbod | 3724f13 | 2019-07-02 15:23:00 -0700 | [diff] [blame] | 329 | insert_dotted_circles_khmer (const hb_ot_shape_plan_t *plan HB_UNUSED, |
| 330 | hb_font_t *font, |
| 331 | hb_buffer_t *buffer) |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 332 | { |
Eric Muller | 30d7c40 | 2019-02-09 02:55:27 -0800 | [diff] [blame] | 333 | if (unlikely (buffer->flags & HB_BUFFER_FLAG_DO_NOT_INSERT_DOTTED_CIRCLE)) |
| 334 | return; |
| 335 | |
Behdad Esfahbod | 085793d | 2019-04-24 10:15:59 -0400 | [diff] [blame] | 336 | /* Note: This loop is extra overhead, but should not be measurable. |
| 337 | * TODO Use a buffer scratch flag to remove the loop. */ |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 338 | bool has_broken_syllables = false; |
| 339 | unsigned int count = buffer->len; |
| 340 | hb_glyph_info_t *info = buffer->info; |
| 341 | for (unsigned int i = 0; i < count; i++) |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 342 | if ((info[i].syllable() & 0x0F) == khmer_broken_cluster) |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 343 | { |
| 344 | has_broken_syllables = true; |
| 345 | break; |
| 346 | } |
| 347 | if (likely (!has_broken_syllables)) |
| 348 | return; |
| 349 | |
| 350 | |
| 351 | hb_codepoint_t dottedcircle_glyph; |
| 352 | if (!font->get_nominal_glyph (0x25CCu, &dottedcircle_glyph)) |
| 353 | return; |
| 354 | |
| 355 | hb_glyph_info_t dottedcircle = {0}; |
| 356 | dottedcircle.codepoint = 0x25CCu; |
| 357 | set_khmer_properties (dottedcircle); |
| 358 | dottedcircle.codepoint = dottedcircle_glyph; |
| 359 | |
| 360 | buffer->clear_output (); |
| 361 | |
| 362 | buffer->idx = 0; |
| 363 | unsigned int last_syllable = 0; |
Behdad Esfahbod | 7185b27 | 2018-05-31 20:03:00 -0700 | [diff] [blame] | 364 | while (buffer->idx < buffer->len && buffer->successful) |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 365 | { |
| 366 | unsigned int syllable = buffer->cur().syllable(); |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 367 | khmer_syllable_type_t syllable_type = (khmer_syllable_type_t) (syllable & 0x0F); |
| 368 | if (unlikely (last_syllable != syllable && syllable_type == khmer_broken_cluster)) |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 369 | { |
| 370 | last_syllable = syllable; |
| 371 | |
| 372 | hb_glyph_info_t ginfo = dottedcircle; |
| 373 | ginfo.cluster = buffer->cur().cluster; |
| 374 | ginfo.mask = buffer->cur().mask; |
| 375 | ginfo.syllable() = buffer->cur().syllable(); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 376 | |
| 377 | /* Insert dottedcircle after possible Repha. */ |
Behdad Esfahbod | 7185b27 | 2018-05-31 20:03:00 -0700 | [diff] [blame] | 378 | while (buffer->idx < buffer->len && buffer->successful && |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 379 | last_syllable == buffer->cur().syllable() && |
| 380 | buffer->cur().khmer_category() == OT_Repha) |
Ebrahim Byagowi | a0b4ac4 | 2019-08-24 17:57:14 +0430 | [diff] [blame] | 381 | buffer->next_glyph (); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 382 | |
| 383 | buffer->output_info (ginfo); |
| 384 | } |
| 385 | else |
| 386 | buffer->next_glyph (); |
| 387 | } |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 388 | buffer->swap_buffers (); |
| 389 | } |
| 390 | |
| 391 | static void |
Behdad Esfahbod | d115a9e | 2019-07-02 14:42:45 -0700 | [diff] [blame] | 392 | reorder_khmer (const hb_ot_shape_plan_t *plan, |
| 393 | hb_font_t *font, |
| 394 | hb_buffer_t *buffer) |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 395 | { |
Behdad Esfahbod | 3724f13 | 2019-07-02 15:23:00 -0700 | [diff] [blame] | 396 | insert_dotted_circles_khmer (plan, font, buffer); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 397 | |
| 398 | foreach_syllable (buffer, start, end) |
Behdad Esfahbod | 3724f13 | 2019-07-02 15:23:00 -0700 | [diff] [blame] | 399 | reorder_syllable_khmer (plan, font->face, buffer, start, end); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 400 | |
| 401 | HB_BUFFER_DEALLOCATE_VAR (buffer, khmer_category); |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 402 | } |
| 403 | |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 404 | |
| 405 | static bool |
| 406 | decompose_khmer (const hb_ot_shape_normalize_context_t *c, |
| 407 | hb_codepoint_t ab, |
| 408 | hb_codepoint_t *a, |
| 409 | hb_codepoint_t *b) |
| 410 | { |
| 411 | switch (ab) |
| 412 | { |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 413 | /* |
| 414 | * Decompose split matras that don't have Unicode decompositions. |
| 415 | */ |
| 416 | |
| 417 | /* Khmer */ |
| 418 | case 0x17BEu : *a = 0x17C1u; *b= 0x17BEu; return true; |
| 419 | case 0x17BFu : *a = 0x17C1u; *b= 0x17BFu; return true; |
| 420 | case 0x17C0u : *a = 0x17C1u; *b= 0x17C0u; return true; |
| 421 | case 0x17C4u : *a = 0x17C1u; *b= 0x17C4u; return true; |
| 422 | case 0x17C5u : *a = 0x17C1u; *b= 0x17C5u; return true; |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 423 | } |
| 424 | |
| 425 | return (bool) c->unicode->decompose (ab, a, b); |
| 426 | } |
| 427 | |
| 428 | static bool |
| 429 | compose_khmer (const hb_ot_shape_normalize_context_t *c, |
| 430 | hb_codepoint_t a, |
| 431 | hb_codepoint_t b, |
| 432 | hb_codepoint_t *ab) |
| 433 | { |
| 434 | /* Avoid recomposing split matras. */ |
| 435 | if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (c->unicode->general_category (a))) |
| 436 | return false; |
| 437 | |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 438 | return (bool) c->unicode->compose (a, b, ab); |
| 439 | } |
| 440 | |
| 441 | |
| 442 | const hb_ot_complex_shaper_t _hb_ot_complex_shaper_khmer = |
| 443 | { |
| 444 | collect_features_khmer, |
| 445 | override_features_khmer, |
| 446 | data_create_khmer, |
| 447 | data_destroy_khmer, |
| 448 | nullptr, /* preprocess_text */ |
| 449 | nullptr, /* postprocess_glyphs */ |
| 450 | HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS_NO_SHORT_CIRCUIT, |
| 451 | decompose_khmer, |
| 452 | compose_khmer, |
| 453 | setup_masks_khmer, |
Behdad Esfahbod | 48c513f | 2018-10-02 14:17:42 +0200 | [diff] [blame] | 454 | HB_TAG_NONE, /* gpos_tag */ |
Behdad Esfahbod | dcf4d95 | 2018-01-05 14:54:31 +0000 | [diff] [blame] | 455 | nullptr, /* reorder_marks */ |
| 456 | HB_OT_SHAPE_ZERO_WIDTH_MARKS_NONE, |
| 457 | false, /* fallback_position */ |
| 458 | }; |
Behdad Esfahbod | 7aad536 | 2019-06-26 13:21:03 -0700 | [diff] [blame] | 459 | |
| 460 | |
| 461 | #endif |