1 Overview of changes leading to 0.9.27
2 Tuesday, March 18, 2014
3 =====================================
5 - Don't use "register" storage class specifier
6 - Wrap definition of free_langs() with HAVE_ATEXIT
7 - Add coretext_aat shaper and hb_coretext_face_create() constructor
8 - If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks
9 - Add Myanmar test case from OpenType Myanmar spec
10 - Only do fallback Hebrew composition if no GPOS 'mark' available
11 - Allow bootstrapping without gtk-doc
12 - Use AM_MISSING_PROG for ragel and git
13 - Typo in ucdn's Makefile.am
14 - Improve MemoryBarrier() implementation
17 Overview of changes leading to 0.9.26
18 Thursday, January 30, 2014
19 =====================================
22 - Fix application of 'rtlm' feature.
23 - Automatically apply frac/numr/dnom around U+2044 FRACTION SLASH.
24 - New header: hb-ot-shape.h
25 - Uniscribe: fix scratch-buffer accounting.
26 - Reorder Tai Tham SAKOT to after tone-marks.
29 hb-ot-shape-complex-hangul.cc
30 hb-ot-shape-complex-hebrew.cc
31 hb-ot-shape-complex-tibetan.cc
32 - Disable 'cswh' feature in Arabic shaper.
33 - Coretext: better handle surrogate pairs.
34 - Add HB_TAG_MAX and _HB_SCRIPT_MAX_VALUE.
37 Overview of changes leading to 0.9.25
38 Wednesday, December 4, 2013
39 =====================================
41 - Myanmar shaper improvements.
42 - Avoid font fallback in CoreText backend.
43 - Additional OpenType language tag mappiongs.
44 - More aggressive shape-plan caching.
45 - Build with / require automake 1.13.
46 - Build with libtool 2.4.2.418 alpha to support ppc64le.
49 Overview of changes leading to 0.9.24
50 Tuesday, November 13, 2013
51 =====================================
53 - Misc compiler warning fixes with clang.
54 - No functional changes.
57 Overview of changes leading to 0.9.23
58 Monday, October 28, 2013
59 =====================================
61 - "Udupi HarfBuzz Hackfest", Paris, October 14..18 2013.
62 - Fix (Chain)Context recursion with non-monotone lookup positions.
63 - Misc Indic bug fixes.
64 - New Javanese / Buginese shaping, similar to Windows 8.1.
67 Overview of changes leading to 0.9.22
68 Thursday, October 3, 2013
69 =====================================
71 - Fix use-after-end-of-scope in hb_language_from_string().
72 - Fix hiding of default_ignorables if font doesn't have space glyph.
73 - Protect against out-of-range lookup indices.
77 * Added hb_ot_layout_table_get_lookup_count()
80 Overview of changes leading to 0.9.21
81 Monday, September 16, 2013
82 =====================================
84 - Rename gobject-introspection library name from harfbuzz to HarfBuzz.
85 - Remove (long disabled) hb-old and hb-icu-le test shapers.
86 - Misc gtk-doc and gobject-introspection annotations.
90 * Add HB_SET_VALUE_INVALID
92 Overview of changes leading to 0.9.20
93 Thursday, August 29, 2013
94 =====================================
97 - Misc substitute_closure() fixes.
101 - gtk-doc boilerplate integrated. Docs are built now, but
102 contain no contents. By next release hopefully we have
103 some content in. Enable using --enable-gtk-doc.
105 GObject and Introspection:
106 - Added harfbuzz-gobject library (hb-gobject.h) that has type
107 bindings for all HarfBuzz objects and enums. Enable using
109 - Added gobject-introspection boilerplate. Nothing useful
110 right now. Work in progress. Gets enabled automatically if
111 --with-gobject is used. Override with --disable-introspection.
114 - Apply 'mark' in Myanmar shaper.
115 - Don't apply 'dlig' by default.
118 - Support user features.
119 - Fix loading of fonts that are also installed on the system.
120 - Fix shaping of Arabic Presentation Forms.
121 - Fix build with wide chars.
124 - Support user features.
127 - hb_face_t code moved to hb-face.h / hb-face.cc.
128 - Added hb-deprecated.h.
131 - Added HB_DISABLE_DEPRECATED.
132 - Deprecated HB_SCRIPT_CANADIAN_ABORIGINAL; replaced by
133 HB_SCRIPT_CANADIAN_SYLLABICS.
134 - Deprecated HB_BUFFER_FLAGS_DEFAULT; replaced by
135 HB_BUFFER_FLAG_DEFAULT.
136 - Deprecated HB_BUFFER_SERIALIZE_FLAGS_DEFAULT; replaced by
137 HB_BUFFER_SERIALIZE_FLAG_DEFAULT.
140 Overview of changes leading to 0.9.19
141 Tuesday, July 16, 2013
142 =====================================
145 - Better handling of multiple variation selectors in a row.
146 - Pass on variation selector to GSUB if not consumed by cmap.
147 - Fix undefined memory access.
148 - Add Javanese config to Indic shaper.
151 Overview of changes leading to 0.9.18
152 Tuesday, May 28, 2013
153 =====================================
157 - All unneeded code is all disabled by default,
159 - Uniscribe and CoreText shapers can be enabled with their --with options,
161 - icu_le and old shapers cannot be enabled for now,
163 - glib, freetype, and cairo will be detected automatically.
164 They can be force on/off'ed with their --with options,
166 - icu and graphite2 are default off, can be enabled with their --with
169 Moreover, ICU support is now build into a separate library:
170 libharfbuzz-icu.so, and a new harfbuzz-icu.pc is shipped for it.
171 Distros can enable ICU now without every application on earth
172 getting linked to via libharfbuzz.so.
174 For distros I recommend that they make sure they are building --with-glib
175 --with-freetype --with-cairo, --with-icu, and optionally --with-graphite2;
176 And package harfbuzz and harfbuzz-icu separately.
179 Overview of changes leading to 0.9.17
181 =====================================
184 - Fix bug in hb_set_get_min().
185 - Fix regression with Arabic mark positioning / width-zeroing.
187 Overview of changes leading to 0.9.16
188 Friday, April 19, 2013
189 =====================================
191 - Major speedup in OpenType lookup processing. With the Amiri
192 Arabic font, this release is over 3x faster than previous
193 release. All scripts / languages should see this speedup.
195 - New --num-iterations option for hb-shape / hb-view; useful for
198 Overview of changes leading to 0.9.15
199 Friday, April 05, 2013
200 =====================================
203 - Fix crasher in graphite2 shaper.
204 - Fix Arabic mark width zeroing regression.
205 - Don't compose Hangul jamo into Unicode syllables.
208 Overview of changes leading to 0.9.14
209 Thursday, March 21, 2013
210 =====================================
213 - Fix time-consuming sanitize with malicious fonts.
214 - Implement hb_buffer_deserialize_glyphs() for both json and text.
215 - Do not ignore Hangul filler characters.
217 * Fix Malayalam pre-base reordering interaction with post-forms.
218 * Further adjust ZWJ handling. Should fix known regressions from
222 Overview of changes leading to 0.9.13
223 Thursday, February 25, 2013
224 =====================================
227 - Ngapi HarfBuzz Hackfest in London (February 2013):
228 * Fixed all known Indic bugs,
229 * New Win8-style Myanmar shaper,
230 * New South-East Asian shaper for Tai Tham, Cham, and New Tai Lue,
231 * Smartly ignore Default_Ignorable characters (joiners, etc) wheb
232 matching GSUB/GPOS lookups,
233 * Fix 'Phags-Pa U+A872 shaping,
234 * Fix partial disabling of default-on features,
235 * Allow disabling of TrueType kerning.
236 - Fix possible crasher with broken fonts with overlapping tables.
237 - Removed generated files from git again. So, one needs ragel to
238 bootstrap from the git tree.
241 - hb_shape() and related APIs now abort if buffer direction is
242 HB_DIRECTION_INVALID. Previously, hb_shape() was calling
243 hb_buffer_guess_segment_properties() on the buffer before
244 shaping. The heuristics in that function are fragile. If the
245 user really wants the old behvaior, they can call that function
246 right before calling hb_shape() to get the old behavior.
247 - hb_blob_create_sub_blob() always creates sub-blob with
248 HB_MEMORY_MODE_READONLY. See comments for the reason.
251 Overview of changes leading to 0.9.12
252 Thursday, January 18, 2013
253 =====================================
255 - Build fixes for Sun compiler.
258 Overview of changes leading to 0.9.11
259 Thursday, January 10, 2013
260 =====================================
263 - Fix GPOS mark attachment with null Anchor offsets.
264 - [Indic] Fix old-spec reordering of viramas if sequence ends in one.
265 - Fix multi-threaded shaper data creation crash.
266 - Add atomic ops for Solaris.
269 - Rename hb_buffer_clear() to hb_buffer_clear_contents().
272 Overview of changes leading to 0.9.10
273 Thursday, January 3, 2013
274 =====================================
276 - [Indic] Fixed rendering of Malayalam dot-reph
277 - Updated OT language tags.
278 - Updated graphite2 backend.
279 - Improved hb_ot_layout_get_size_params() logic.
280 - Improve hb-shape/hb-view help output.
281 - Fixed hb-set.h implementation to not crash.
282 - Fixed various issues with hb_ot_layout_collect_lookups().
283 - Various build fixes.
287 hb_graphite2_face_get_gr_face()
288 hb_graphite2_font_get_gr_font()
289 hb_coretext_face_get_cg_font()
293 hb_ot_layout_get_size_params()
296 Overview of changes leading to 0.9.9
297 Wednesday, December 5, 2012
298 ====================================
300 - Fix build on Windows.
301 - Minor improvements.
304 Overview of changes leading to 0.9.8
305 Tuesday, December 4, 2012
306 ====================================
309 - Actually implement hb_shape_plan_get_shaper ().
310 - Make UCDB data tables const.
311 - Lots of internal refactoring in OTLayout tables.
312 - Flesh out hb_ot_layout_lookup_collect_glyphs().
316 hb_ot_layout_collect_lookups()
317 hb_ot_layout_get_size_params()
320 Overview of changes leading to 0.9.7
321 Sunday, November 21, 2012
322 ====================================
325 HarfBuzz "All-You-Can-Eat-Sushi" (aka Vancouver) Hackfest and follow-on fixes.
327 - Fix Arabic contextual joining using pre-context text.
328 - Fix Sinhala "split matra" mess.
329 - Fix Khmer shaping with broken fonts.
330 - Implement Thai "PUA" shaping for old fonts.
331 - Do NOT route Kharoshthi script through the Indic shaper.
332 - Disable fallback positioning for Indic and Thai shapers.
336 hb-shape / hb-view changes:
338 - Add --text-before and --text-after
339 - Add --bot / --eot / --preserve-default-ignorables
340 - hb-shape --output-format=json
349 HB_BUFFER_FLAGS_DEFAULT
352 HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES
354 hb_buffer_set_flags()
355 hb_buffer_get_flags()
357 HB_BUFFER_SERIALIZE_FLAGS
358 hb_buffer_serialize_glyphs()
359 hb_buffer_deserialize_glyphs()
360 hb_buffer_serialize_list_formats()
364 hb_set_get_population()
367 hb_face_[sg]et_glyph_count()
369 hb_segment_properties_t
370 HB_SEGMENT_PROPERTIES_DEFAULT
371 hb_segment_properties_equal()
372 hb_segment_properties_hash()
374 hb_buffer_set_segment_properties()
375 hb_buffer_get_segment_properties()
377 hb_ot_layout_glyph_class_t
378 hb_ot_layout_get_glyph_class()
379 hb_ot_layout_get_glyphs_in_class()
382 hb_shape_plan_create()
383 hb_shape_plan_create_cached()
384 hb_shape_plan_get_empty()
385 hb_shape_plan_reference()
386 hb_shape_plan_destroy()
387 hb_shape_plan_set_user_data()
388 hb_shape_plan_get_user_data()
389 hb_shape_plan_execute()
390 hb_shape_plan_get_shaper()
392 hb_ot_shape_plan_collect_lookups()
397 - Remove "mask" parameter from hb_buffer_add().
398 - Rename hb_ot_layout_would_substitute_lookup() and hb_ot_layout_substitute_closure_lookup().
399 - hb-set.h API const correction.
400 - Renamed hb_set_min/max() to hb_set_get_min/max().
401 - Rename hb_ot_layout_feature_get_lookup_indexes() to hb_ot_layout_feature_get_lookups().
402 - Rename hb_buffer_guess_properties() to hb_buffer_guess_segment_properties().
406 Overview of changes leading to 0.9.6
407 Sunday, November 13, 2012
408 ====================================
410 - Don't clear pre-context text if no new context is provided.
411 - Fix ReverseChainingSubstLookup, which was totally borked.
412 - Adjust output format of hb-shape a bit.
413 - Include config.h.in in-tree. Makes it easier for alternate build systems.
414 - Fix hb_buffer_set_length(buffer, 0) invalid memory allocation.
415 - Use ICU LayoutEngine's C API instead of C++. Avoids much headache.
416 - Drop glyphs for all of Unicode Default_Ignorable characters.
420 - Enable 'dlig' and 'mset' features in Arabic shaper.
421 - Implement 'Phags-pa shaping, improve Mongolian.
424 - Decompose Sinhala split matras the way old HarfBuzz / Pango did.
425 - Initial support for Consonant Medials.
426 - Start adding new-style Myanmar shaping.
427 - Make reph and 'pref' logic introspect the font.
428 - Route Meetei-Mayek through the Indic shaper.
429 - Don't apply 'liga' in Indic shaper.
430 - Improve Malayalam pre-base reordering Ra interaction with Chillus.
434 Overview of changes leading to 0.9.5
435 Sunday, October 14, 2012
436 ====================================
438 - Synthetic-GSUB Arabic fallback shaping.
440 - Misc Indic improvements.
442 - Add build system support for pthread.
444 - Imported UCDN for in-tree Unicode callbacks implementation.
446 - Context-aware Arabic joining.
452 hb_feature_to/from-string()
453 hb_buffer_[sg]et_content_type()
457 Overview of changes leading to 0.9.4
458 Tuesday, Sep 03, 2012
459 ====================================
461 - Indic improvements with old-spec Malayalam.
463 - Better fallback glyph positioning, specially with Thai / Lao marks.
465 - Implement dotted-circle insertion.
467 - Better Arabic fallback shaping / ligation.
469 - Added ICU LayoutEngine backend for testing. Call it by the 'icu_le' name.
475 Overview of changes leading to 0.9.3
477 ====================================
479 - Fixed fallback mark positioning for left-to-right text.
481 - Improve mark positioning for the remaining combining classes.
483 - Unbreak Thai and fallback Arabic shaping.
485 - Port Arabic shaper to shape-plan caching.
487 - Use new ICU normalizer functions.
491 Overview of changes leading to 0.9.2
493 ====================================
495 - Over a thousand commits! This is the first major release of HarfBuzz.
497 - HarfBuzz is feature-complete now! It should be in par, or better, than
498 both Pango's shapers and old HarfBuzz / Qt shapers.
500 - New Indic shaper, supporting main Indic scripts, Sinhala, and Khmer.
502 - Improved Arabic shaper, with fallback Arabic shaping, supporting Arabic,
503 Sinhala, N'ko, Mongolian, and Mandaic.
505 - New Thai / Lao shaper.
507 - Tibetan / Hangul support in the generic shaper.
509 - Synthetic GDEF support for fonts without a GDEF table.
511 - Fallback mark positioning for fonts without a GPOS table.
513 - Unicode normalization shaping heuristic during glyph mapping.
515 - New experimental Graphite2 backend.
517 - New Uniscribe backend (primarily for testing).
519 - New CoreText backend (primarily for testing).
521 - Major optimization and speedup.
523 - Test suites and testing infrastructure (work in progress).
525 - Greatly improved hb-view cmdline tool.
527 - hb-shape cmdline tool.
529 - Unicode 6.1 support.
531 Summary of API changes:
535 - Users are expected to only include main header files now (ie. hb.h,
536 hb-glib.h, hb-ft.h, ...)
538 - All struct tag names had their initial underscore removed.
539 Ie. "struct _hb_buffer_t" is "struct hb_buffer_t" now.
541 - All set_user_data() functions now take a "replace" boolean parameter.
543 - hb_buffer_create() takes zero arguments now.
544 Use hb_buffer_pre_allocate() to pre-allocate.
546 - hb_buffer_add_utf*() now accept -1 for length parameteres,
547 meaning "nul-terminated".
549 - hb_direction_t enum values changed.
551 - All *_from_string() APIs now take a length parameter to allow for
552 non-nul-terminated strings. A -1 length means "nul-terminated".
554 - Typedef for hb_language_t changed.
556 - hb_get_table_func_t renamed to hb_reference_table_func_t.
558 - hb_ot_layout_table_choose_script()
560 - Various renames in hb-unicode.h.
564 - hb_buffer_guess_properties()
565 Automatically called by hb_shape().
567 - hb_buffer_normalize_glyphs()
569 - hb_tag_from_string()
575 - hb_face_reference_blob()
576 - hb_face_[sg]et_index()
579 - hb_font_get_glyph_name_func_t
580 hb_font_get_glyph_from_name_func_t
581 hb_font_funcs_set_glyph_name_func()
582 hb_font_funcs_set_glyph_from_name_func()
583 hb_font_get_glyph_name()
584 hb_font_get_glyph_from_name()
585 hb_font_glyph_to_string()
586 hb_font_glyph_from_string()
588 - hb_font_set_funcs_data()
590 - hb_ft_font_set_funcs()
591 - hb_ft_font_get_face()
593 - hb-gobject.h (work in progress)
595 - hb_ot_shape_glyphs_closure()
596 hb_ot_layout_substitute_closure_lookup()
602 - hb_unicode_combining_class_t
604 - hb_unicode_compose_func_t
605 hb_unicode_decompose_func_t
606 hb_unicode_decompose_compatibility_func_t
607 hb_unicode_funcs_set_compose_func()
608 hb_unicode_funcs_set_decompose_func()
609 hb_unicode_funcs_set_decompose_compatibility_func()
611 hb_unicode_decompose()
612 hb_unicode_decompose_compatibility()
616 - hb_ft_get_font_funcs()
618 - hb_ot_layout_substitute_start()
619 hb_ot_layout_substitute_lookup()
620 hb_ot_layout_substitute_finish()
621 hb_ot_layout_position_start()
622 hb_ot_layout_position_lookup()
623 hb_ot_layout_position_finish()
627 Overview of changes leading to 0.6.0
629 ====================================
631 - Vertical text support in GPOS
632 - Almost all API entries have unit tests now, under test/
633 - All thread-safety issues are fixed
635 Summary of API changes follows.
642 hb_language_get_default()
643 hb_direction_to_string()
644 hb_direction_from_string()
645 hb_script_get_horizontal_direction()
649 hb_category_t renamed to hb_unicode_general_category_t
652 hb_language_t is a typed pointers now
658 * Use ISO 15924 tags for hb_script_t:
661 hb_script_from_iso15924_tag()
662 hb_script_to_iso15924_tag()
663 hb_script_from_string()
666 HB_SCRIPT_* enum members changed value.
669 * Buffer API streamlined:
673 hb_buffer_set_length()
674 hb_buffer_allocation_successful()
677 hb_buffer_ensure() renamed to hb_buffer_pre_allocate()
678 hb_buffer_add_glyph() renamed to hb_buffer_add()
682 hb_buffer_clear_positions()
685 hb_buffer_get_glyph_infos() takes an out length parameter now
686 hb_buffer_get_glyph_positions() takes an out length parameter now
689 * Blob API streamlined:
693 hb_blob_get_data_writable()
696 hb_blob_create_empty() renamed to hb_blob_get_empty()
701 hb_blob_is_writable()
702 hb_blob_try_writable()
705 hb_blob_create() takes user_data before destroy now
708 * Unicode functions API:
710 o Unicode function vectors can subclass other unicode function vectors now.
711 Unimplemented callbacks in the subclass automatically chainup to the parent.
713 o All hb_unicode_funcs_t callbacks take a user_data now. Their setters
714 take a user_data and its respective destroy callback.
717 hb_unicode_funcs_get_empty()
718 hb_unicode_funcs_get_default()
719 hb_unicode_funcs_get_parent()
722 hb_unicode_funcs_create() now takes a parent_funcs.
724 o Removed func getter functions:
725 hb_unicode_funcs_get_mirroring_func()
726 hb_unicode_funcs_get_general_category_func()
727 hb_unicode_funcs_get_script_func()
728 hb_unicode_funcs_get_combining_class_func()
729 hb_unicode_funcs_get_eastasian_width_func()
735 hb_face_get_table() renamed to hb_face_reference_table()
736 hb_face_create_for_data() renamed to hb_face_create()
739 hb_face_create_for_tables() takes user_data before destroy now
740 hb_face_reference_table() returns empty blob instead of NULL
741 hb_get_table_func_t accepts the face as first parameter now
745 o Fonts can subclass other fonts now. Unimplemented callbacks in the
746 subclass automatically chainup to the parent. When chaining up,
747 scale is adjusted if the parent font has a different scale.
749 o All hb_font_funcs_t callbacks take a user_data now. Their setters
750 take a user_data and its respective destroy callback.
754 hb_font_funcs_get_empty()
755 hb_font_create_sub_font()
759 hb_font_unset_funcs()
761 o Removed func getter functions:
762 hb_font_funcs_get_glyph_func()
763 hb_font_funcs_get_glyph_advance_func()
764 hb_font_funcs_get_glyph_extents_func()
765 hb_font_funcs_get_contour_point_func()
766 hb_font_funcs_get_kerning_func()
769 hb_font_create() takes a face and references it now
770 hb_font_set_funcs() takes user_data before destroy now
771 hb_font_set_scale() accepts signed integers now
772 hb_font_get_contour_point_func_t now takes glyph first, then point_index
773 hb_font_get_glyph_func_t returns a success boolean now
776 * Changed object model:
778 o All object types have a _get_empty() now:
780 hb_buffer_get_empty()
783 hb_font_funcs_get_empty()
784 hb_unicode_funcs_get_empty()
786 o Added _set_user_data() and _get_user_data() for all object types:
787 hb_blob_get_user_data()
788 hb_blob_set_user_data()
789 hb_buffer_get_user_data()
790 hb_buffer_set_user_data()
791 hb_face_get_user_data()
792 hb_face_set_user_data()
793 hb_font_funcs_get_user_data()
794 hb_font_funcs_set_user_data()
795 hb_font_get_user_data()
796 hb_font_set_user_data()
797 hb_unicode_funcs_get_user_data()
798 hb_unicode_funcs_set_user_data()
800 o Removed the _get_reference_count() from all object types:
801 hb_blob_get_reference_count()
802 hb_buffer_get_reference_count()
803 hb_face_get_reference_count()
804 hb_font_funcs_get_reference_count()
805 hb_font_get_reference_count()
806 hb_unicode_funcs_get_reference_count()
808 o Added _make_immutable() and _is_immutable() for all object types except for buffer:
809 hb_blob_make_immutable()
810 hb_blob_is_immutable()
811 hb_face_make_immutable()
812 hb_face_is_immutable()
815 * Changed API for vertical text support
817 o The following callbacks where removed:
818 hb_font_get_glyph_advance_func_t
819 hb_font_get_kerning_func_t
821 o The following new callbacks added instead:
822 hb_font_get_glyph_h_advance_func_t
823 hb_font_get_glyph_v_advance_func_t
824 hb_font_get_glyph_h_origin_func_t
825 hb_font_get_glyph_v_origin_func_t
826 hb_font_get_glyph_h_kerning_func_t
827 hb_font_get_glyph_v_kerning_func_t
829 o The following API removed as such:
830 hb_font_funcs_set_glyph_advance_func()
831 hb_font_funcs_set_kerning_func()
832 hb_font_get_glyph_advance()
833 hb_font_get_kerning()
835 o New API added instead:
836 hb_font_funcs_set_glyph_h_advance_func()
837 hb_font_funcs_set_glyph_v_advance_func()
838 hb_font_funcs_set_glyph_h_origin_func()
839 hb_font_funcs_set_glyph_v_origin_func()
840 hb_font_funcs_set_glyph_h_kerning_func()
841 hb_font_funcs_set_glyph_v_kerning_func()
842 hb_font_get_glyph_h_advance()
843 hb_font_get_glyph_v_advance()
844 hb_font_get_glyph_h_origin()
845 hb_font_get_glyph_v_origin()
846 hb_font_get_glyph_h_kerning()
847 hb_font_get_glyph_v_kerning()
849 o The following higher-leve API added for convenience:
850 hb_font_get_glyph_advance_for_direction()
851 hb_font_get_glyph_origin_for_direction()
852 hb_font_add_glyph_origin_for_direction()
853 hb_font_subtract_glyph_origin_for_direction()
854 hb_font_get_glyph_kerning_for_direction()
855 hb_font_get_glyph_extents_for_origin()
856 hb_font_get_glyph_contour_point_for_origin()
859 * OpenType Layout API:
862 hb_ot_layout_position_start()
863 hb_ot_layout_substitute_start()
864 hb_ot_layout_substitute_finish()
870 hb_glib_script_to_script()
871 hb_glib_script_from_script()
872 hb_icu_script_to_script()
873 hb_icu_script_from_script()