OLD | NEW |
1 /* | 1 /* |
2 * Copyright © 2011,2012,2013 Google, Inc. | 2 * Copyright © 2011,2012,2013 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
533 "myanmar", | 533 "myanmar", |
534 collect_features_myanmar, | 534 collect_features_myanmar, |
535 override_features_myanmar, | 535 override_features_myanmar, |
536 NULL, /* data_create */ | 536 NULL, /* data_create */ |
537 NULL, /* data_destroy */ | 537 NULL, /* data_destroy */ |
538 NULL, /* preprocess_text */ | 538 NULL, /* preprocess_text */ |
539 normalization_preference_myanmar, | 539 normalization_preference_myanmar, |
540 NULL, /* decompose */ | 540 NULL, /* decompose */ |
541 NULL, /* compose */ | 541 NULL, /* compose */ |
542 setup_masks_myanmar, | 542 setup_masks_myanmar, |
543 HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF, | 543 HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_EARLY, |
544 false, /* fallback_position */ | 544 false, /* fallback_position */ |
545 }; | 545 }; |
OLD | NEW |