commit | 136863371c1402769426d892aef1b92f9ca1a25e | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu Nov 05 13:24:15 2015 -0800 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Nov 05 13:24:15 2015 -0800 |
tree | 3e29d2c869e025d85bf15dbfa4fb7aa211d68dcf | |
parent | 6c0ebd02c99e7536975ba7194832a1f33abd7faf [diff] [blame] |
Add new shaper method postprocess_glyphs() Unused currently. To be used for Syriac stretch implementation. https://github.com/behdad/harfbuzz/issues/141
diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index 44481db..166cd27 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc
@@ -1834,6 +1834,7 @@ data_create_indic, data_destroy_indic, NULL, /* preprocess_text */ + NULL, /* postprocess_glyphs */ HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS_NO_SHORT_CIRCUIT, decompose_indic, compose_indic,