commit | fabd3113a98c5f4114f48920fa7ea38bd65a8d32 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Sep 05 22:19:28 2012 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Sep 06 00:51:44 2012 -0400 |
tree | 50c24202ae66662942b13e0cefc97ea720780aea | |
parent | f0b8ed1b6dd9f1d2b9084c101a6fc5dee0cc22a8 [diff] [blame] |
[OT] Port Arabic fallback shaping to synthetic GSUB All of init/medi/fina/isol and rlig implemented. Let there be dragons... ⻯
diff --git a/src/hb-ot-map.cc b/src/hb-ot-map.cc index aae4d03..f290c98 100644 --- a/src/hb-ot-map.cc +++ b/src/hb-ot-map.cc
@@ -236,6 +236,7 @@ m.global_mask |= (info->default_value << map->shift) & map->mask; } map->_1_mask = (1 << map->shift) & map->mask; + map->needs_fallback = !found; } feature_infos.shrink (0); /* Done with these */