|
|
|
@ -40,28 +40,28 @@ Tuesday, March 1, 2022 |
|
|
|
|
|
|
|
|
|
- Draw: |
|
|
|
|
+hb_draw_funcs_t |
|
|
|
|
+hb_draw_funcs_create |
|
|
|
|
+hb_draw_funcs_reference |
|
|
|
|
+hb_draw_funcs_destroy |
|
|
|
|
+hb_draw_funcs_is_immutable |
|
|
|
|
+hb_draw_funcs_make_immutable |
|
|
|
|
+hb_draw_funcs_create() |
|
|
|
|
+hb_draw_funcs_reference() |
|
|
|
|
+hb_draw_funcs_destroy() |
|
|
|
|
+hb_draw_funcs_is_immutable() |
|
|
|
|
+hb_draw_funcs_make_immutable() |
|
|
|
|
+hb_draw_move_to_func_t |
|
|
|
|
+hb_draw_funcs_set_move_to_func |
|
|
|
|
+hb_draw_funcs_set_move_to_func() |
|
|
|
|
+hb_draw_line_to_func_t |
|
|
|
|
+hb_draw_funcs_set_line_to_func |
|
|
|
|
+hb_draw_funcs_set_line_to_func() |
|
|
|
|
+hb_draw_quadratic_to_func_t |
|
|
|
|
+hb_draw_funcs_set_quadratic_to_func |
|
|
|
|
+hb_draw_funcs_set_quadratic_to_func() |
|
|
|
|
+hb_draw_cubic_to_func_t |
|
|
|
|
+hb_draw_funcs_set_cubic_to_func |
|
|
|
|
+hb_draw_funcs_set_cubic_to_func() |
|
|
|
|
+hb_draw_close_path_func_t |
|
|
|
|
+hb_draw_funcs_set_close_path_func |
|
|
|
|
+hb_draw_funcs_set_close_path_func() |
|
|
|
|
+hb_draw_state_t |
|
|
|
|
+HB_DRAW_STATE_DEFAULT |
|
|
|
|
+hb_draw_move_to |
|
|
|
|
+hb_draw_line_to |
|
|
|
|
+hb_draw_quadratic_to |
|
|
|
|
+hb_draw_cubic_to |
|
|
|
|
+hb_draw_close_path |
|
|
|
|
+hb_draw_move_to() |
|
|
|
|
+hb_draw_line_to() |
|
|
|
|
+hb_draw_quadratic_to() |
|
|
|
|
+hb_draw_cubic_to() |
|
|
|
|
+hb_draw_close_path() |
|
|
|
|
+hb_font_get_glyph_shape_func_t |
|
|
|
|
+hb_font_funcs_set_glyph_shape_func() |
|
|
|
|
+hb_font_get_glyph_shape() |
|
|
|
@ -70,22 +70,22 @@ Tuesday, March 1, 2022 |
|
|
|
|
+HB_OT_LAYOUT_BASELINE_TAG_IDEO_FACE_CENTRAL |
|
|
|
|
+HB_OT_LAYOUT_BASELINE_TAG_IDEO_EMBOX_CENTRAL |
|
|
|
|
+hb_ot_layout_get_horizontal_baseline_tag_for_script() |
|
|
|
|
+hb_ot_layout_get_baseline_with_fallback |
|
|
|
|
+hb_ot_layout_get_baseline_with_fallback() |
|
|
|
|
|
|
|
|
|
- Metrics: |
|
|
|
|
+hb_ot_metrics_get_position_with_fallback |
|
|
|
|
+hb_ot_metrics_get_position_with_fallback() |
|
|
|
|
|
|
|
|
|
- Subset: |
|
|
|
|
+hb_subset_plan_t |
|
|
|
|
+hb_subset_plan_create_or_fail |
|
|
|
|
+hb_subset_plan_reference |
|
|
|
|
+hb_subset_plan_destroy |
|
|
|
|
+hb_subset_plan_set_user_data |
|
|
|
|
+hb_subset_plan_get_user_data |
|
|
|
|
+hb_subset_plan_execute_or_fail |
|
|
|
|
+hb_subset_plan_unicode_to_old_glyph_mapping |
|
|
|
|
+hb_subset_plan_new_to_old_glyph_mapping |
|
|
|
|
+hb_subset_plan_old_to_new_glyph_mapping |
|
|
|
|
+hb_subset_plan_create_or_fail() |
|
|
|
|
+hb_subset_plan_reference() |
|
|
|
|
+hb_subset_plan_destroy() |
|
|
|
|
+hb_subset_plan_set_user_data() |
|
|
|
|
+hb_subset_plan_get_user_data() |
|
|
|
|
+hb_subset_plan_execute_or_fail() |
|
|
|
|
+hb_subset_plan_unicode_to_old_glyph_mapping() |
|
|
|
|
+hb_subset_plan_new_to_old_glyph_mapping() |
|
|
|
|
+hb_subset_plan_old_to_new_glyph_mapping() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Overview of changes leading to 3.4.0 |
|
|
|
|