commit | 3992b5ec4cb43d114d87ff7ee2b992bcf819c9cd | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sat Sep 01 19:20:41 2012 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sat Sep 01 19:20:41 2012 -0400 |
tree | 78acae587ee8194b7e2f1de6f41426baf95f7d11 | |
parent | b85800f9de8976a7418ef9df467d3080c6ab0199 [diff] [blame] |
Move code around
diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index 929406e..26b21ce 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc
@@ -345,6 +345,10 @@ hb_ot_shape_setup_masks (c); + /* This is unfortunate to go here, but necessary... */ + if (!hb_ot_layout_has_positioning (c->face)) + _hb_ot_shape_fallback_position_recategorize_marks (c->plan, c->font, c->buffer); + hb_ot_map_glyphs_fast (c->buffer); HB_BUFFER_DEALLOCATE_VAR (c->buffer, glyph_index);