blob: c1618ba057579dac505addd2af0e8a2f54f21dcc [file] [log] [blame]
Behdad Esfahbod2b78d672013-07-16 16:06:27 -04001Overview of changes leading to 0.9.19
2Tuesday, July 16, 2013
3=====================================
4
5- Build fixes.
6- Better handling of multiple variation selectors in a row.
7- Pass on variation selector to GSUB if not consumed by cmap.
8- Fix undefined memory access.
9- Add Javanese config to Indic shaper.
10- Misc bug fixes.
11
Behdad Esfahbod4014aa42013-05-28 17:28:59 -040012Overview of changes leading to 0.9.18
13Tuesday, May 28, 2013
14=====================================
15
16New build system:
17
18- All unneeded code is all disabled by default,
19
20- Uniscribe and CoreText shapers can be enabled with their --with options,
21
22- icu_le and old shapers cannot be enabled for now,
23
24- glib, freetype, and cairo will be detected automatically.
25 They can be force on/off'ed with their --with options,
26
27- icu and graphite2 are default off, can be enabled with their --with
28 options,
29
30Moreover, ICU support is now build into a separate library:
31libharfbuzz-icu.so, and a new harfbuzz-icu.pc is shipped for it.
32Distros can enable ICU now without every application on earth
33getting linked to via libharfbuzz.so.
34
35For distros I recommend that they make sure they are building --with-glib
36--with-freetype --with-cairo, --with-icu, and optionally --with-graphite2;
37And package harfbuzz and harfbuzz-icu separately.
38
39
Behdad Esfahbodf1b02f42013-05-20 09:23:58 -040040Overview of changes leading to 0.9.17
41Monday, May 20, 2013
42=====================================
43
44- Build fixes.
45- Fix bug in hb_set_get_min().
46- Fix regression with Arabic mark positioning / width-zeroing.
47
Behdad Esfahboda408d232013-04-19 16:32:06 -040048Overview of changes leading to 0.9.16
49Friday, April 19, 2013
50=====================================
51
52- Major speedup in OpenType lookup processing. With the Amiri
53 Arabic font, this release is over 3x faster than previous
54 release. All scripts / languages should see this speedup.
55
56- New --num-iterations option for hb-shape / hb-view; useful for
57 profiling.
58
Behdad Esfahbod22e47452013-04-05 18:02:43 -040059Overview of changes leading to 0.9.15
Behdad Esfahboda408d232013-04-19 16:32:06 -040060Friday, April 05, 2013
Behdad Esfahbod22e47452013-04-05 18:02:43 -040061=====================================
62
63- Build fixes.
64- Fix crasher in graphite2 shaper.
65- Fix Arabic mark width zeroing regression.
66- Don't compose Hangul jamo into Unicode syllables.
67
68
Behdad Esfahbodf872a172013-03-21 13:38:06 -040069Overview of changes leading to 0.9.14
70Thursday, March 21, 2013
71=====================================
72
73- Build fixes.
74- Fix time-consuming sanitize with malicious fonts.
75- Implement hb_buffer_deserialize_glyphs() for both json and text.
76- Do not ignore Hangul filler characters.
77- Indic fixes:
78 * Fix Malayalam pre-base reordering interaction with post-forms.
79 * Further adjust ZWJ handling. Should fix known regressions from
80 0.9.13.
81
82
Behdad Esfahbod05686b52013-02-25 18:19:20 -050083Overview of changes leading to 0.9.13
84Thursday, February 25, 2013
85=====================================
86
87- Build fixes.
88- Ngapi HarfBuzz Hackfest in London (February 2013):
89 * Fixed all known Indic bugs,
90 * New Win8-style Myanmar shaper,
91 * New South-East Asian shaper for Tai Tham, Cham, and New Tai Lue,
92 * Smartly ignore Default_Ignorable characters (joiners, etc) wheb
93 matching GSUB/GPOS lookups,
94 * Fix 'Phags-Pa U+A872 shaping,
95 * Fix partial disabling of default-on features,
96 * Allow disabling of TrueType kerning.
97- Fix possible crasher with broken fonts with overlapping tables.
98- Removed generated files from git again. So, one needs ragel to
99 bootstrap from the git tree.
100
101API changes:
102- hb_shape() and related APIs now abort if buffer direction is
103 HB_DIRECTION_INVALID. Previously, hb_shape() was calling
104 hb_buffer_guess_segment_properties() on the buffer before
105 shaping. The heuristics in that function are fragile. If the
106 user really wants the old behvaior, they can call that function
107 right before calling hb_shape() to get the old behavior.
108- hb_blob_create_sub_blob() always creates sub-blob with
109 HB_MEMORY_MODE_READONLY. See comments for the reason.
110
111
Behdad Esfahbod09b53932013-01-18 17:10:47 -0600112Overview of changes leading to 0.9.12
113Thursday, January 18, 2013
114=====================================
115
116- Build fixes for Sun compiler.
117- Minor bug fix.
118
Behdad Esfahbodcf81fb32013-01-10 09:06:34 -0600119Overview of changes leading to 0.9.11
120Thursday, January 10, 2013
121=====================================
122
123- Build fixes.
124- Fix GPOS mark attachment with null Anchor offsets.
125- [Indic] Fix old-spec reordering of viramas if sequence ends in one.
126- Fix multi-threaded shaper data creation crash.
127- Add atomic ops for Solaris.
128
129API changes:
130- Rename hb_buffer_clear() to hb_buffer_clear_contents().
131
132
Behdad Esfahbod34e6c3e2013-01-03 00:14:24 -0600133Overview of changes leading to 0.9.10
134Thursday, January 3, 2013
135=====================================
136
137- [Indic] Fixed rendering of Malayalam dot-reph
138- Updated OT language tags.
139- Updated graphite2 backend.
140- Improved hb_ot_layout_get_size_params() logic.
141- Improve hb-shape/hb-view help output.
142- Fixed hb-set.h implementation to not crash.
143- Fixed various issues with hb_ot_layout_collect_lookups().
144- Various build fixes.
145
146New API:
147
148hb_graphite2_face_get_gr_face()
149hb_graphite2_font_get_gr_font()
150hb_coretext_face_get_cg_font()
151
152Modified API:
153
154hb_ot_layout_get_size_params()
155
156
Behdad Esfahbodc6408a12012-12-05 17:36:52 -0500157Overview of changes leading to 0.9.9
158Wednesday, December 5, 2012
159====================================
160
161- Fix build on Windows.
162- Minor improvements.
163
164
Behdad Esfahboda52f51b2012-12-04 15:43:38 -0500165Overview of changes leading to 0.9.8
166Tuesday, December 4, 2012
167====================================
168
169
170- Actually implement hb_shape_plan_get_shaper ().
171- Make UCDB data tables const.
172- Lots of internal refactoring in OTLayout tables.
173- Flesh out hb_ot_layout_lookup_collect_glyphs().
174
175New API:
176
177hb_ot_layout_collect_lookups()
178hb_ot_layout_get_size_params()
179
180
Behdad Esfahbod4c896352012-11-21 01:20:56 -0500181Overview of changes leading to 0.9.7
182Sunday, November 21, 2012
183====================================
184
185
186HarfBuzz "All-You-Can-Eat-Sushi" (aka Vancouver) Hackfest and follow-on fixes.
187
188- Fix Arabic contextual joining using pre-context text.
189- Fix Sinhala "split matra" mess.
190- Fix Khmer shaping with broken fonts.
191- Implement Thai "PUA" shaping for old fonts.
192- Do NOT route Kharoshthi script through the Indic shaper.
193- Disable fallback positioning for Indic and Thai shapers.
194- Misc fixes.
195
196
197hb-shape / hb-view changes:
198
199- Add --text-before and --text-after
200- Add --bot / --eot / --preserve-default-ignorables
201- hb-shape --output-format=json
202
203
204New API:
205
206hb_buffer_clear()
207
208hb_buffer_flags_t
209
210HB_BUFFER_FLAGS_DEFAULT
211HB_BUFFER_FLAG_BOT
212HB_BUFFER_FLAG_EOT
213HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
214
215hb_buffer_set_flags()
216hb_buffer_get_flags()
217
218HB_BUFFER_SERIALIZE_FLAGS
219hb_buffer_serialize_glyphs()
220hb_buffer_deserialize_glyphs()
221hb_buffer_serialize_list_formats()
222
223hb_set_add_range()
224hb_set_del_range()
225hb_set_get_population()
226hb_set_next_range()
227
228hb_face_[sg]et_glyph_count()
229
230hb_segment_properties_t
231HB_SEGMENT_PROPERTIES_DEFAULT
232hb_segment_properties_equal()
233hb_segment_properties_hash()
234
235hb_buffer_set_segment_properties()
236hb_buffer_get_segment_properties()
237
238hb_ot_layout_glyph_class_t
239hb_ot_layout_get_glyph_class()
240hb_ot_layout_get_glyphs_in_class()
241
242hb_shape_plan_t
243hb_shape_plan_create()
244hb_shape_plan_create_cached()
245hb_shape_plan_get_empty()
246hb_shape_plan_reference()
247hb_shape_plan_destroy()
248hb_shape_plan_set_user_data()
249hb_shape_plan_get_user_data()
250hb_shape_plan_execute()
251hb_shape_plan_get_shaper()
252
253hb_ot_shape_plan_collect_lookups()
254
255
256API changes:
257
258- Remove "mask" parameter from hb_buffer_add().
259- Rename hb_ot_layout_would_substitute_lookup() and hb_ot_layout_substitute_closure_lookup().
260- hb-set.h API const correction.
261- Renamed hb_set_min/max() to hb_set_get_min/max().
262- Rename hb_ot_layout_feature_get_lookup_indexes() to hb_ot_layout_feature_get_lookups().
263- Rename hb_buffer_guess_properties() to hb_buffer_guess_segment_properties().
264
265
266
Behdad Esfahbodda43a922012-11-13 13:48:26 -0800267Overview of changes leading to 0.9.6
268Sunday, November 13, 2012
269====================================
270
271- Don't clear pre-context text if no new context is provided.
272- Fix ReverseChainingSubstLookup, which was totally borked.
273- Adjust output format of hb-shape a bit.
274- Include config.h.in in-tree. Makes it easier for alternate build systems.
275- Fix hb_buffer_set_length(buffer, 0) invalid memory allocation.
276- Use ICU LayoutEngine's C API instead of C++. Avoids much headache.
277- Drop glyphs for all of Unicode Default_Ignorable characters.
278- Misc build fixes.
279
280Arabic shaper:
281- Enable 'dlig' and 'mset' features in Arabic shaper.
282- Implement 'Phags-pa shaping, improve Mongolian.
283
284Indic shaper:
285- Decompose Sinhala split matras the way old HarfBuzz / Pango did.
286- Initial support for Consonant Medials.
287- Start adding new-style Myanmar shaping.
288- Make reph and 'pref' logic introspect the font.
289- Route Meetei-Mayek through the Indic shaper.
290- Don't apply 'liga' in Indic shaper.
291- Improve Malayalam pre-base reordering Ra interaction with Chillus.
292
293
294
Behdad Esfahbod13c05842012-10-14 18:37:09 -0500295Overview of changes leading to 0.9.5
296Sunday, October 14, 2012
297====================================
298
299- Synthetic-GSUB Arabic fallback shaping.
300
301- Misc Indic improvements.
302
303- Add build system support for pthread.
304
305- Imported UCDN for in-tree Unicode callbacks implementation.
306
307- Context-aware Arabic joining.
308
309- Misc other fixes.
310
311- New API:
312
313 hb_feature_to/from-string()
314 hb_buffer_[sg]et_content_type()
315
316
317
Behdad Esfahbodf7e81ce2012-09-04 15:32:37 -0400318Overview of changes leading to 0.9.4
319Tuesday, Sep 03, 2012
320====================================
321
322- Indic improvements with old-spec Malayalam.
323
324- Better fallback glyph positioning, specially with Thai / Lao marks.
325
326- Implement dotted-circle insertion.
327
328- Better Arabic fallback shaping / ligation.
329
330- Added ICU LayoutEngine backend for testing. Call it by the 'icu_le' name.
331
332- Misc fixes.
333
334
335
Behdad Esfahbod7fe00d12012-08-18 13:59:46 -0400336Overview of changes leading to 0.9.3
337Friday, Aug 18, 2012
338====================================
339
340- Fixed fallback mark positioning for left-to-right text.
341
342- Improve mark positioning for the remaining combining classes.
343
344- Unbreak Thai and fallback Arabic shaping.
345
346- Port Arabic shaper to shape-plan caching.
347
348- Use new ICU normalizer functions.
349
350
351
Behdad Esfahbode297ee42012-08-10 14:49:37 -0400352Overview of changes leading to 0.9.2
Behdad Esfahbod9fe76052012-08-15 17:24:28 -0400353Friday, Aug 10, 2012
Behdad Esfahbode297ee42012-08-10 14:49:37 -0400354====================================
355
356- Over a thousand commits! This is the first major release of HarfBuzz.
357
358- HarfBuzz is feature-complete now! It should be in par, or better, than
359 both Pango's shapers and old HarfBuzz / Qt shapers.
360
361- New Indic shaper, supporting main Indic scripts, Sinhala, and Khmer.
362
363- Improved Arabic shaper, with fallback Arabic shaping, supporting Arabic,
364 Sinhala, N'ko, Mongolian, and Mandaic.
365
366- New Thai / Lao shaper.
367
368- Tibetan / Hangul support in the generic shaper.
369
370- Synthetic GDEF support for fonts without a GDEF table.
371
372- Fallback mark positioning for fonts without a GPOS table.
373
374- Unicode normalization shaping heuristic during glyph mapping.
375
376- New experimental Graphite2 backend.
377
378- New Uniscribe backend (primarily for testing).
379
380- New CoreText backend (primarily for testing).
381
382- Major optimization and speedup.
383
384- Test suites and testing infrastructure (work in progress).
385
386- Greatly improved hb-view cmdline tool.
387
388- hb-shape cmdline tool.
389
390- Unicode 6.1 support.
391
392Summary of API changes:
393
394o Changed API:
395
396 - Users are expected to only include main header files now (ie. hb.h,
397 hb-glib.h, hb-ft.h, ...)
398
399 - All struct tag names had their initial underscore removed.
400 Ie. "struct _hb_buffer_t" is "struct hb_buffer_t" now.
401
402 - All set_user_data() functions now take a "replace" boolean parameter.
403
404 - hb_buffer_create() takes zero arguments now.
405 Use hb_buffer_pre_allocate() to pre-allocate.
406
407 - hb_buffer_add_utf*() now accept -1 for length parameteres,
408 meaning "nul-terminated".
409
410 - hb_direction_t enum values changed.
411
412 - All *_from_string() APIs now take a length parameter to allow for
413 non-nul-terminated strings. A -1 length means "nul-terminated".
414
415 - Typedef for hb_language_t changed.
416
417 - hb_get_table_func_t renamed to hb_reference_table_func_t.
418
419 - hb_ot_layout_table_choose_script()
420
421 - Various renames in hb-unicode.h.
422
423o New API:
424
425 - hb_buffer_guess_properties()
426 Automatically called by hb_shape().
427
428 - hb_buffer_normalize_glyphs()
429
430 - hb_tag_from_string()
431
432 - hb-coretext.h
433
434 - hb-uniscribe.h
435
436 - hb_face_reference_blob()
437 - hb_face_[sg]et_index()
438 - hb_face_set_upem()
439
440 - hb_font_get_glyph_name_func_t
441 hb_font_get_glyph_from_name_func_t
442 hb_font_funcs_set_glyph_name_func()
443 hb_font_funcs_set_glyph_from_name_func()
444 hb_font_get_glyph_name()
445 hb_font_get_glyph_from_name()
446 hb_font_glyph_to_string()
447 hb_font_glyph_from_string()
448
449 - hb_font_set_funcs_data()
450
451 - hb_ft_font_set_funcs()
452 - hb_ft_font_get_face()
453
454 - hb-gobject.h (work in progress)
455
456 - hb_ot_shape_glyphs_closure()
457 hb_ot_layout_substitute_closure_lookup()
458
459 - hb-set.h
460
461 - hb_shape_full()
462
463 - hb_unicode_combining_class_t
464
465 - hb_unicode_compose_func_t
466 hb_unicode_decompose_func_t
467 hb_unicode_decompose_compatibility_func_t
468 hb_unicode_funcs_set_compose_func()
469 hb_unicode_funcs_set_decompose_func()
470 hb_unicode_funcs_set_decompose_compatibility_func()
471 hb_unicode_compose()
472 hb_unicode_decompose()
473 hb_unicode_decompose_compatibility()
474
475o Removed API:
476
477 - hb_ft_get_font_funcs()
478
479 - hb_ot_layout_substitute_start()
480 hb_ot_layout_substitute_lookup()
481 hb_ot_layout_substitute_finish()
482 hb_ot_layout_position_start()
483 hb_ot_layout_position_lookup()
484 hb_ot_layout_position_finish()
485
486
487
Behdad Esfahbodf2455762011-05-25 16:08:06 -0400488Overview of changes leading to 0.6.0
489Friday, May 27, 2011
490====================================
491
492- Vertical text support in GPOS
493- Almost all API entries have unit tests now, under test/
494- All thread-safety issues are fixed
495
496Summary of API changes follows.
497
498
499* Simple Types API:
500
501 o New API:
502 HB_LANGUAGE_INVALID
503 hb_language_get_default()
504 hb_direction_to_string()
505 hb_direction_from_string()
506 hb_script_get_horizontal_direction()
507 HB_UNTAG()
508
509 o Renamed API:
510 hb_category_t renamed to hb_unicode_general_category_t
511
512 o Changed API:
513 hb_language_t is a typed pointers now
514
515 o Removed API:
516 HB_TAG_STR()
517
518
519* Use ISO 15924 tags for hb_script_t:
520
521 o New API:
522 hb_script_from_iso15924_tag()
523 hb_script_to_iso15924_tag()
524 hb_script_from_string()
525
526 o Changed API:
527 HB_SCRIPT_* enum members changed value.
528
529
530* Buffer API streamlined:
531
532 o New API:
533 hb_buffer_reset()
534 hb_buffer_set_length()
535 hb_buffer_allocation_successful()
536
537 o Renamed API:
538 hb_buffer_ensure() renamed to hb_buffer_pre_allocate()
539 hb_buffer_add_glyph() renamed to hb_buffer_add()
540
541 o Removed API:
542 hb_buffer_clear()
543 hb_buffer_clear_positions()
544
545 o Changed API:
546 hb_buffer_get_glyph_infos() takes an out length parameter now
547 hb_buffer_get_glyph_positions() takes an out length parameter now
548
549
550* Blob API streamlined:
551
552 o New API:
553 hb_blob_get_data()
554 hb_blob_get_data_writable()
555
556 o Renamed API:
557 hb_blob_create_empty() renamed to hb_blob_get_empty()
558
559 o Removed API:
560 hb_blob_lock()
561 hb_blob_unlock()
562 hb_blob_is_writable()
563 hb_blob_try_writable()
564
565 o Changed API:
566 hb_blob_create() takes user_data before destroy now
567
568
569* Unicode functions API:
570
571 o Unicode function vectors can subclass other unicode function vectors now.
572 Unimplemented callbacks in the subclass automatically chainup to the parent.
573
574 o All hb_unicode_funcs_t callbacks take a user_data now. Their setters
575 take a user_data and its respective destroy callback.
576
577 o New API:
578 hb_unicode_funcs_get_empty()
579 hb_unicode_funcs_get_default()
580 hb_unicode_funcs_get_parent()
581
582 o Changed API:
583 hb_unicode_funcs_create() now takes a parent_funcs.
584
585 o Removed func getter functions:
586 hb_unicode_funcs_get_mirroring_func()
587 hb_unicode_funcs_get_general_category_func()
588 hb_unicode_funcs_get_script_func()
589 hb_unicode_funcs_get_combining_class_func()
590 hb_unicode_funcs_get_eastasian_width_func()
591
592
593* Face API:
594
595 o Renamed API:
596 hb_face_get_table() renamed to hb_face_reference_table()
597 hb_face_create_for_data() renamed to hb_face_create()
598
599 o Changed API:
600 hb_face_create_for_tables() takes user_data before destroy now
601 hb_face_reference_table() returns empty blob instead of NULL
602 hb_get_table_func_t accepts the face as first parameter now
603
604* Font API:
605
606 o Fonts can subclass other fonts now. Unimplemented callbacks in the
607 subclass automatically chainup to the parent. When chaining up,
608 scale is adjusted if the parent font has a different scale.
609
610 o All hb_font_funcs_t callbacks take a user_data now. Their setters
611 take a user_data and its respective destroy callback.
612
613 o New API:
614 hb_font_get_parent()
615 hb_font_funcs_get_empty()
616 hb_font_create_sub_font()
617
618 o Removed API:
619 hb_font_funcs_copy()
620 hb_font_unset_funcs()
621
622 o Removed func getter functions:
623 hb_font_funcs_get_glyph_func()
624 hb_font_funcs_get_glyph_advance_func()
625 hb_font_funcs_get_glyph_extents_func()
626 hb_font_funcs_get_contour_point_func()
627 hb_font_funcs_get_kerning_func()
628
629 o Changed API:
630 hb_font_create() takes a face and references it now
631 hb_font_set_funcs() takes user_data before destroy now
632 hb_font_set_scale() accepts signed integers now
633 hb_font_get_contour_point_func_t now takes glyph first, then point_index
634 hb_font_get_glyph_func_t returns a success boolean now
635
636
637* Changed object model:
638
639 o All object types have a _get_empty() now:
640 hb_blob_get_empty()
641 hb_buffer_get_empty()
642 hb_face_get_empty()
643 hb_font_get_empty()
644 hb_font_funcs_get_empty()
645 hb_unicode_funcs_get_empty()
646
647 o Added _set_user_data() and _get_user_data() for all object types:
648 hb_blob_get_user_data()
649 hb_blob_set_user_data()
650 hb_buffer_get_user_data()
651 hb_buffer_set_user_data()
652 hb_face_get_user_data()
653 hb_face_set_user_data()
654 hb_font_funcs_get_user_data()
655 hb_font_funcs_set_user_data()
656 hb_font_get_user_data()
657 hb_font_set_user_data()
658 hb_unicode_funcs_get_user_data()
659 hb_unicode_funcs_set_user_data()
660
661 o Removed the _get_reference_count() from all object types:
662 hb_blob_get_reference_count()
663 hb_buffer_get_reference_count()
664 hb_face_get_reference_count()
665 hb_font_funcs_get_reference_count()
666 hb_font_get_reference_count()
667 hb_unicode_funcs_get_reference_count()
668
669 o Added _make_immutable() and _is_immutable() for all object types except for buffer:
670 hb_blob_make_immutable()
671 hb_blob_is_immutable()
672 hb_face_make_immutable()
673 hb_face_is_immutable()
674
675
676* Changed API for vertical text support
677
678 o The following callbacks where removed:
679 hb_font_get_glyph_advance_func_t
680 hb_font_get_kerning_func_t
681
682 o The following new callbacks added instead:
683 hb_font_get_glyph_h_advance_func_t
684 hb_font_get_glyph_v_advance_func_t
685 hb_font_get_glyph_h_origin_func_t
686 hb_font_get_glyph_v_origin_func_t
687 hb_font_get_glyph_h_kerning_func_t
688 hb_font_get_glyph_v_kerning_func_t
689
690 o The following API removed as such:
691 hb_font_funcs_set_glyph_advance_func()
692 hb_font_funcs_set_kerning_func()
693 hb_font_get_glyph_advance()
694 hb_font_get_kerning()
695
696 o New API added instead:
697 hb_font_funcs_set_glyph_h_advance_func()
698 hb_font_funcs_set_glyph_v_advance_func()
699 hb_font_funcs_set_glyph_h_origin_func()
700 hb_font_funcs_set_glyph_v_origin_func()
701 hb_font_funcs_set_glyph_h_kerning_func()
702 hb_font_funcs_set_glyph_v_kerning_func()
703 hb_font_get_glyph_h_advance()
704 hb_font_get_glyph_v_advance()
705 hb_font_get_glyph_h_origin()
706 hb_font_get_glyph_v_origin()
707 hb_font_get_glyph_h_kerning()
708 hb_font_get_glyph_v_kerning()
709
710 o The following higher-leve API added for convenience:
711 hb_font_get_glyph_advance_for_direction()
712 hb_font_get_glyph_origin_for_direction()
713 hb_font_add_glyph_origin_for_direction()
714 hb_font_subtract_glyph_origin_for_direction()
715 hb_font_get_glyph_kerning_for_direction()
716 hb_font_get_glyph_extents_for_origin()
717 hb_font_get_glyph_contour_point_for_origin()
718
719
720* OpenType Layout API:
721
722 o New API:
723 hb_ot_layout_position_start()
724 hb_ot_layout_substitute_start()
725 hb_ot_layout_substitute_finish()
726
727
728* Glue code:
729
730 o New API:
731 hb_glib_script_to_script()
732 hb_glib_script_from_script()
733 hb_icu_script_to_script()
734 hb_icu_script_from_script()
735
736
737* Version API added:
738
739 o New API:
740 HB_VERSION_MAJOR
741 HB_VERSION_MINOR
742 HB_VERSION_MICRO
743 HB_VERSION_STRING
744 HB_VERSION_CHECK()
745 hb_version()
746 hb_version_string()
747 hb_version_check()
748
749