| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright © 2010,2012 Google, Inc. | 2 * Copyright © 2010,2012 Google, Inc. |
| 3 * | 3 * |
| 4 * This is part of HarfBuzz, a text shaping library. | 4 * This is part of HarfBuzz, a text shaping library. |
| 5 * | 5 * |
| 6 * Permission is hereby granted, without written agreement and without | 6 * Permission is hereby granted, without written agreement and without |
| 7 * license or royalty fees, to use, copy, modify, and distribute this | 7 * license or royalty fees, to use, copy, modify, and distribute this |
| 8 * software and its documentation for any purpose, provided that the | 8 * software and its documentation for any purpose, provided that the |
| 9 * above copyright notice and the following two paragraphs appear in | 9 * above copyright notice and the following two paragraphs appear in |
| 10 * all copies of this software. | 10 * all copies of this software. |
| (...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 collect_features_arabic, | 611 collect_features_arabic, |
| 612 NULL, /* override_features */ | 612 NULL, /* override_features */ |
| 613 data_create_arabic, | 613 data_create_arabic, |
| 614 data_destroy_arabic, | 614 data_destroy_arabic, |
| 615 NULL, /* preprocess_text */ | 615 NULL, /* preprocess_text */ |
| 616 postprocess_glyphs_arabic, | 616 postprocess_glyphs_arabic, |
| 617 HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT, | 617 HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT, |
| 618 NULL, /* decompose */ | 618 NULL, /* decompose */ |
| 619 NULL, /* compose */ | 619 NULL, /* compose */ |
| 620 setup_masks_arabic, | 620 setup_masks_arabic, |
| 621 NULL, /* disable_otl */ |
| 621 HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE, | 622 HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE, |
| 622 true, /* fallback_position */ | 623 true, /* fallback_position */ |
| 623 }; | 624 }; |
| OLD | NEW |