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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 "thai", | 366 "thai", |
367 NULL, /* collect_features */ | 367 NULL, /* collect_features */ |
368 NULL, /* override_features */ | 368 NULL, /* override_features */ |
369 NULL, /* data_create */ | 369 NULL, /* data_create */ |
370 NULL, /* data_destroy */ | 370 NULL, /* data_destroy */ |
371 preprocess_text_thai, | 371 preprocess_text_thai, |
372 NULL, /* normalization_preference */ | 372 NULL, /* normalization_preference */ |
373 NULL, /* decompose */ | 373 NULL, /* decompose */ |
374 NULL, /* compose */ | 374 NULL, /* compose */ |
375 NULL, /* setup_masks */ | 375 NULL, /* setup_masks */ |
376 true, /* zero_width_attached_marks */ | 376 HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_UNICODE, |
377 false,/* fallback_position */ | 377 false,/* fallback_position */ |
378 }; | 378 }; |
OLD | NEW |