- da50056 [API] Add hb_buffer_[sg]et_not_found_glyph() and --not-found-glyph by Behdad Esfahbod · 3 years, 5 months ago
- f4649f3 [subset] restore hb_subset_input_unicode/glyph_set () to documentation. by Garret Rieger · 3 years, 6 months ago
- eb4075a [style] Fix documentation by Khaled Hosny · 3 years, 6 months ago
- 9b7af95 [docs] Fix subset documentation by Khaled Hosny · 3 years, 6 months ago
- 829b0f3 Merge pull request #3154 from harfbuzz/set-invert by Behdad Esfahbod · 3 years, 7 months ago
- 80ff72f [doc] Misc fixes by Khaled Hosny · 3 years, 7 months ago
- f0c3804 [set] Add hb_bit_set_invertible_t and resurrect hb_set_invert() by Behdad Esfahbod · 3 years, 7 months ago
- ec99fdb [sebset] Use [s|g]et_flag for retain_all_layout_features by Khaled Hosny · 3 years, 8 months ago
- acc7100 [docs] Improve subset documentation by Khaled Hosny · 3 years, 8 months ago
- 1b6c1aa [subset] add hb-subset api to documentation generator. by Garret Rieger · 3 years, 9 months ago
- bdfed8f [blob] Add failing versions of create API by Behdad Esfahbod · 3 years, 9 months ago
- 3962225 [set] Add hb_set_copy() by Behdad Esfahbod · 3 years, 9 months ago
- 9b8be96 [docs] Ignore hb-gobject headers by Khaled Hosny · 4 years, 2 months ago
- 3d7a361 [docs] Miscellaneous missing docs by Khaled Hosny · 4 years, 2 months ago
- 8e8c3e5 [docs] Complete hb-ot-layout docs a bit by Khaled Hosny · 4 years, 2 months ago
- aa107e6 [docs] Complete hb-font docs a bit by Khaled Hosny · 4 years, 2 months ago
- ff96f73 [docs] Add some missing API to harfbuzz-sections.txt by Khaled Hosny · 4 years, 3 months ago
- b029a45 [docs] Add new API to harfbuzz-sections.txt by Khaled Hosny · 4 years, 3 months ago
- 3232e6f [buffer] Add hb_buffer_has_positions() by Behdad Esfahbod · 4 years, 5 months ago
- 1bac858 [layout] Rename _get_alternates to _get_glyph_alternates by Ebrahim Byagowi · 4 years, 9 months ago
- 1348a2c [layout] hb_ot_layout_lookup_get_alternates, a new API by Ebrahim Byagowi · 4 years, 9 months ago
- 973c47f [subset] Move 2 experimental public api methods to be private methods in GSUB/GPOS. by Qunxin Liu · 4 years, 9 months ago
- 759df46 [style] Hide behind HB_EXPERIMENTAL_API compile flag by Ebrahim Byagowi · 4 years, 9 months ago
- 2203749 [style] New experimental API, hb_style_get_value by Ebrahim Byagowi · 6 years ago
- 755a77d Move outline draw API behind HB_EXPERIMENTAL_API directive by Ebrahim Byagowi · 5 years ago
- ab2d3ec [var] Implement hb_font_get_var_coords_design by Ebrahim Byagowi · 6 years ago
- b4d3bf1 [draw] Add hb_draw_funcs_is_immutable and hb_draw_funcs_make_immutable by Ebrahim Byagowi · 5 years ago
- 74fdcdc [draw] Rename conic_to to quadratic_to by Ebrahim Byagowi · 5 years ago
- ac81e94 Rename hb_outline_decompose to hb_font_draw_glyph and hb_outline_decompose_funcs_t to hb_draw_funcs_t by Ebrahim Byagowi · 5 years ago
- 981125a Rename hb_ot_glyph_* to hb_outline_* by Ebrahim Byagowi · 5 years ago
- 7633b76 Merge pull request #2016 from ebraminio/glyf by Ebrahim Byagowi · 5 years ago
- 02f324c [ot-glyph] remove open callback by Ebrahim Byagowi · 5 years ago
- 79fed9a [ot-glyph] Add open/close callbacks by Ebrahim Byagowi · 5 years ago
- ec1fba1 [ot-glyph] make hb_ot_glyph_decompose_funcs_t struct opaque by Ebrahim Byagowi · 5 years ago
- 8ffc9ad [subset] layout closure_features and store them in subset-plan by Qunxin Liu · 5 years ago
- 0b39c48 [subset] closure lookups for GSUB/GPOS by Qunxin Liu · 5 years ago
- 084a818 [ot-glyphs] Move CFF glyph decompose logic to their tables by Ebrahim Byagowi · 5 years ago
- 0b559d7 [ot-glyph] Improve API names by Ebrahim Byagowi · 5 years ago
- d5338ba [ft] Add locking FT_Face API by Behdad Esfahbod · 5 years ago
- d6ad613 [docs] Misc fixes by Behdad Esfahbod · 6 years ago
- e56d4ff Rename hb_ot_meta_get_entries() to +hb_ot_meta_get_entry_tags() by Behdad Esfahbod · 6 years ago
- 9f2b495 [base] Add hb_ot_layout_get_baseline API by Ebrahim Byagowi · 6 years ago
- 40a4b6d [var] Add a new API, hb_font_set_var_named_instance by Ebrahim Byagowi · 6 years ago
- 62932c1 [meta] Rename ot-metadata to ot-meta per review by Ebrahim Byagowi · 6 years ago
- 3ac03bd [meta] New API, hb_ot_metadata_reference_entry for fetching meta entries by Ebrahim Byagowi · 6 years ago
- eb8bd2f Add hb_gdi_face_create API by Ebrahim Byagowi · 6 years ago
- e540d40 [docs] Minor by Behdad Esfahbod · 6 years ago
- 87e6284 Implement a simple API for fetching opentype metrics by Ebrahim Byagowi · 6 years ago
- 0819f3c Deprecate v_kerning callback again by Behdad Esfahbod · 6 years ago
- 2682efb Revert "Deprecate font kern API" by Behdad Esfahbod · 6 years ago
- b292772 [dwrite] A new API, hb_directwrite_face_get_font_face (#1600) by Ebrahim Byagowi · 6 years ago
- a17ed84 [doc] Move hb_variation_t to hb-common section by Khaled Hosny · 6 years ago
- 9caabc9 [doc] Move feature_t and its function to hb-common by Khaled Hosny · 6 years ago
- 01f628c [aat] Expose hb_aat_layout_has_tracking API by Ebrahim Byagowi · 6 years ago
- d19b168 [aat] Expose a couple APIs by Behdad Esfahbod · 6 years ago
- 926f512 [aat.feat] Rework API and implementation by Behdad Esfahbod · 6 years ago
- e20f81f [aat] Rename feat API a bit more by Behdad Esfahbod · 6 years ago
- 54f4c17 [feat] Rename API uses of setting to selector by Ebrahim Byagowi · 6 years ago
- 9c64b21 [feat] Apply renamings and add documentation by Ebrahim Byagowi · 6 years ago
- f48bb9a [var] Deprecated axis enumeration API and add new version by Behdad Esfahbod · 6 years ago
- 587d49f [fvar] Add named-instance API by Behdad Esfahbod · 6 years ago
- 1a2eb10 [ot-var] Add hb_ot_var_axis_get_flags() by Behdad Esfahbod · 6 years ago
- a7aba99 [name] Rename hb_name_id_t to hb_ot_name_id_t by Behdad Esfahbod · 6 years ago
- 3d4c1f6 [ot-color] Apply Behdad reviews by Ebrahim Byagowi · 6 years ago
- dbd419b [ot-color] Add public API for CBDT/sbix/SVG color Emojis by Ebrahim Byagowi · 6 years ago
- 6ce49a9 [name] Change hb_name_id_t back to unsigned int by Behdad Esfahbod · 6 years ago
- 46072b7 [ot] Fold hb-ot-tag.h into hb-ot-layout.h by Behdad Esfahbod · 6 years ago
- 00cf4e5 [docs] Fill in some sections by Behdad Esfahbod · 6 years ago
- d941f66 [name] Make hb_name_id_t be the enum by Behdad Esfahbod · 6 years ago
- 3b7e5f1 [name] Rename hb_ot_name_get_names() to hb_ot_name_list_names() by Behdad Esfahbod · 6 years ago
- e7400c0 [docs] Hook up new symbols by Behdad Esfahbod · 6 years ago
- eceeb85 [docs] Add hb-ot-color section by Ebrahim Byagowi · 6 years ago
- dc49bd8 Add two APIs for getting stylistic set labels by Ebrahim Byagowi · 6 years ago
- 7f1fbfe Add hb_ot_tags_to_script_and_language by David Corbett · 7 years ago
- 2c7d4db Deprecate obsolete functions by David Corbett · 7 years ago
- 9106771 Refactor the selection of script and language tags by David Corbett · 7 years ago
- b314c4e [font] Add get_nominal_glyphs() callback (note the plural) by Behdad Esfahbod · 6 years ago
- d219f89 Deprecate font kern API by Behdad Esfahbod · 6 years ago
- 26d7305 Deprecate decompose_compatibility stuff by Behdad Esfahbod · 6 years ago
- 42b51ee Deprecate eastasian_width stuff by Behdad Esfahbod · 6 years ago
- e42cd58 Rename invisible_codepoint to invisible_glyph in API by Behdad Esfahbod · 6 years ago
- 71b65eb Add API for setting invisible-codepoint by Behdad Esfahbod · 6 years ago
- becd84a Add HB_FEATURE_GLOBAL_START/END by Behdad Esfahbod · 7 years ago
- dae39c5 [face] Introduce character-map API by Behdad Esfahbod · 7 years ago
- 82b12bc [unicode] Add HB_UNICODE_MAX by Behdad Esfahbod · 7 years ago
- aadb2a9 Add face-builder by Behdad Esfahbod · 7 years ago
- b0ff79a Add +hb_font_get_glyph_advances_for_direction by Behdad Esfahbod · 7 years ago
- 79e2198 Add batch advance width callback function by Behdad Esfahbod · 7 years ago
- 1a7fed6 Revert "Add a new API, hb_ot_layout_get_feature_name_ids (#976)" (#1121) by Ebrahim Byagowi · 7 years ago
- d7a1579 [gobject] Hook up hb_map_t by Behdad Esfahbod · 7 years ago
- 7278d9d [subset] Add hb_ot_layout_collect_features to harfbuzz-sections.txt. by Garret Rieger · 7 years ago
- 0c1b287 Add a new API, hb_ot_layout_get_feature_name_ids (#976) by Ebrahim Byagowi · 7 years ago
- f3e58ab [docs] Enlist misc new symbols by Behdad Esfahbod · 7 years ago
- 32da0c6 Add hb_face_count, a new API (#1002) by Ebrahim Byagowi · 7 years ago
- ce17340 Add hb_blob_create_from_file, a new API (#926) by Ebrahim Byagowi · 7 years ago
- 694eaf6 [set] Add backwards iterator by Behdad Esfahbod · 7 years ago
- a989f3e Add hb_blob_copy_writable_or_fail() by Behdad Esfahbod · 7 years ago
- b5f2584 [docs] Minor update by Behdad Esfahbod · 7 years ago
- 44f0ee3 Fix docs by Behdad Esfahbod · 7 years ago
- bfe0faf [docs] Deprecate hb_set_invert() by Behdad Esfahbod · 7 years ago