| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright © 2013 Google, Inc. | 2 * Copyright © 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 collect_features_hangul, | 412 collect_features_hangul, |
| 413 override_features_hangul, | 413 override_features_hangul, |
| 414 data_create_hangul, | 414 data_create_hangul, |
| 415 data_destroy_hangul, | 415 data_destroy_hangul, |
| 416 preprocess_text_hangul, | 416 preprocess_text_hangul, |
| 417 NULL, /* postprocess_glyphs */ | 417 NULL, /* postprocess_glyphs */ |
| 418 HB_OT_SHAPE_NORMALIZATION_MODE_NONE, | 418 HB_OT_SHAPE_NORMALIZATION_MODE_NONE, |
| 419 NULL, /* decompose */ | 419 NULL, /* decompose */ |
| 420 NULL, /* compose */ | 420 NULL, /* compose */ |
| 421 setup_masks_hangul, | 421 setup_masks_hangul, |
| 422 NULL, /* disable_otl */ |
| 422 HB_OT_SHAPE_ZERO_WIDTH_MARKS_NONE, | 423 HB_OT_SHAPE_ZERO_WIDTH_MARKS_NONE, |
| 423 false, /* fallback_position */ | 424 false, /* fallback_position */ |
| 424 }; | 425 }; |
| OLD | NEW |