- 1945b40 [cpluscplus] Wrap hb-subset types as well by Behdad Esfahbod · 2 years, 8 months ago
- 98e90cc [docs] Reduce warnings by Khaled Hosny · 2 years, 9 months ago
- a2015cd [font] Add a separate serial_coords by Behdad Esfahbod · 2 years, 10 months ago
- 48db1c9 [font] Add serial API by Behdad Esfahbod · 2 years, 10 months ago
- 8d1b000 4.0.0 by Khaled Hosny · 3 years ago
- f942874 [draw] Fix some introspection warnings by Khaled Hosny · 3 years, 1 month ago
- 8e892bd [doc] Message draw documentation a bit by Khaled Hosny · 3 years, 1 month ago
- cdb1a1f [draw] Add REPLACEME by Behdad Esfahbod · 3 years, 1 month ago
- 8b4f429 [draw] Virtualize hb_font_draw_glyph() into hb_font_get_glyph_shape() by Behdad Esfahbod · 3 years, 1 month ago
- 2bed4f4 [draw] Fix draw signatures by Behdad Esfahbod · 3 years, 1 month ago
- e157b50 [draw] Remove return value of hb_font_draw_glyph() by Behdad Esfahbod · 3 years, 1 month ago
- dd7b6e2 [draw] Remove EXPERIMENTAL_API tag by Behdad Esfahbod · 3 years, 1 month ago
- 165a607 Merge pull request #3338 from harfbuzz/slant by Behdad Esfahbod · 3 years, 2 months ago
- 5b87c30 [font] Mark hb_font_get_var_coords_design() non-experimental by Behdad Esfahbod · 3 years, 2 months ago
- 810f5d7 [font] Add public API for slant by Behdad Esfahbod · 3 years, 3 months ago
- 7b9e23f [introspection] Fix g-ir-scanner syntax errors by Khaled Hosny · 4 years, 1 month ago
- 9936490 [docs] Invalid use of "optional" annotation by Khaled Hosny · 4 years, 2 months ago
- aa107e6 [docs] Complete hb-font docs a bit by Khaled Hosny · 4 years, 2 months ago
- 22468c8 [docs] Give destroy callbacks have (optional) annotation by Khaled Hosny · 4 years, 3 months ago
- e8c21e0 [docs] Remove comments the duplicate docs by Khaled Hosny · 4 years, 3 months ago
- 82092d4 [docs] Update gtk-doc comments in hb-font by Nathan Willis · 6 years ago
- b8b1301 [docs] Make gtk-doc find these typedef’s by Khaled Hosny · 4 years, 3 months ago
- 9b7fb5c Move hb_font_get_var_coords_design behind HB_EXPERIMENTAL_API by Ebrahim Byagowi · 5 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
- 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
- 5a59de2 Actually add +hb_font_get_nominal_glyphs() by Behdad Esfahbod · 5 years ago
- 0558413 Minor, tweak spaces by Ebrahim Byagowi · 5 years ago
- 6a194b6 Minor, remove trailing spaces in hb-font.{cc,h} as .editorconfig by Ebrahim Byagowi · 6 years ago
- 40a4b6d [var] Add a new API, hb_font_set_var_named_instance 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
- b9db610 Minor by Behdad Esfahbod · 6 years ago
- 3d9a030 2.0.0 by Behdad Esfahbod · 6 years ago
- b314c4e [font] Add get_nominal_glyphs() callback (note the plural) by Behdad Esfahbod · 6 years ago
- ca6a317 Minor by Behdad Esfahbod · 6 years ago
- bee93e2 Add const to get_*_advances API by Behdad Esfahbod · 6 years ago
- d219f89 Deprecate font kern API by Behdad Esfahbod · 6 years ago
- e49a38b 1.8.6 by Behdad Esfahbod · 7 years ago
- b0ff79a Add +hb_font_get_glyph_advances_for_direction by Behdad Esfahbod · 7 years ago
- 28e2f46 Actually add hb_font_get_glyph_[hv]_advances by Behdad Esfahbod · 7 years ago
- 79e2198 Add batch advance width callback function by Behdad Esfahbod · 7 years ago
- 9533364 batchwidth by Koji Ishii · 7 years ago
- 85ec6d3 Fix typos. by Bruce Mitchener · 7 years ago
- 374bb48 Change ptem API to make 0 mean unset by Behdad Esfahbod · 7 years ago
- b57f18d Add hb_font_[sg]et_ptem() to set/get point size on font by Behdad Esfahbod · 7 years ago
- 95808ba Add new API hb_font_set_face() by Behdad Esfahbod · 8 years ago
- 7647a05 Minor by Behdad Esfahbod · 8 years ago
- bb1e192 [var] Rename var_coord to variation by Behdad Esfahbod · 8 years ago
- 2491134 [var] Add hb_font_set_var_coords() by Behdad Esfahbod · 8 years ago
- 8b2a580 [var] Add hb_font_set_var_coords_design() by Behdad Esfahbod · 8 years ago
- bf0d3a6 [var] Add hb_font_get_var_coords_normalized() by Behdad Esfahbod · 8 years ago
- ad69e8f [GX] Add new API hb_font_set_var_coords_normalized() by Behdad Esfahbod · 9 years ago
- 8b5bc14 Add get_nominal_glyph() and get_variation_glyph() instead of get_glyph() by Behdad Esfahbod · 9 years ago
- 2567146 Add 9 reserved entries to hb_font_extents_t by Behdad Esfahbod · 9 years ago
- 6f2e6de Get font ascender and descender metrics from OS/2 table. by Simon Cozens · 9 years ago
- 835bbdc Public headers: Decorate public symbols with HB_EXTERN by Chun-wei Fan · 9 years ago
- 3e905e3 Add hb_font_set_parent() by Behdad Esfahbod · 9 years ago
- b881142 Fix Since tags by Behdad Esfahbod · 10 years ago
- b50fcfa [ot-font] Implement glyph_extents() for TrueType fonts by Behdad Esfahbod · 10 years ago
- 01c3a88 Fix "Since:" tags by Sascha Brawer · 10 years ago
- a8949df [introspection] Annotate Unicode / font callbacks by Behdad Esfahbod · 12 years ago
- 2e3a07a Separate face source code from font by Behdad Esfahbod · 12 years ago
- e05a999 Add hb_face_[sg]et_glyph_count() by Behdad Esfahbod · 12 years ago
- 4c8ac4f Misc minor fixes by Behdad Esfahbod · 13 years ago
- 2175693 [OT] Implement fallback positioning by Behdad Esfahbod · 13 years ago
- 6f3a300 Add hb_font_glyph_from/to_string by Behdad Esfahbod · 13 years ago
- 1bc1cb3 Make source more digestable for gobject-introspection by Behdad Esfahbod · 13 years ago
- bce0955 Add hb_font_get_glyph_name() and hb_font_get_glyph_from_name() by Behdad Esfahbod · 13 years ago
- d1c9eb4 Make it an error to include non-top-level headers by Behdad Esfahbod · 13 years ago
- b9415e7 [API] Add hb_font_set_funcs_data() by Behdad Esfahbod · 14 years ago
- 33ccc77 [API] Make set_user_data() functions take a replace parameter by Behdad Esfahbod · 14 years ago
- 3897335 [API] Sort out get_blob API by Behdad Esfahbod · 14 years ago
- e715784 Rename get_table to reference_table in all API by Behdad Esfahbod · 14 years ago
- bf8c57b [API] Add hb_face_get_blob() by Behdad Esfahbod · 14 years ago
- 2d8ebcb [API] One last font-funcs API change by Behdad Esfahbod · 14 years ago
- 60fbb36 [Vertical] GPOS is always done with horizontal origin by Behdad Esfahbod · 14 years ago
- 8b38fae More vertical by Behdad Esfahbod · 14 years ago
- 7e2c85d [API] Vertical support, take 2 by Behdad Esfahbod · 14 years ago
- 744970a [API] Add support for vertical text by Behdad Esfahbod · 14 years ago
- 4053f3f Cosmetic by Behdad Esfahbod · 14 years ago
- 7fc5a30 [API] Add hb_face_make/is_immutable() by Behdad Esfahbod · 14 years ago
- 0fd8c2f [API] Make get_glyph() callback return a boolean by Behdad Esfahbod · 14 years ago
- 805af72 Rename get_kernings() arguments from first/second_glyph to left/right_glyph by Behdad Esfahbod · 14 years ago
- 7033518 [API] Pass face to get_table() by Behdad Esfahbod · 14 years ago
- b467827 [API] Remove const from font user_data by Behdad Esfahbod · 14 years ago
- 9a14688 [API] Rename hb_face_create_for_data() to hb_face_create() by Behdad Esfahbod · 14 years ago
- 80a6833 [API] Add hb_*_get_empty() for all objects by Behdad Esfahbod · 14 years ago
- a513dbc [API] Change signature of get_contour_point and get_kerning ffuncs by Behdad Esfahbod · 14 years ago
- 1ded6d8 Make default font-funcs chain-up to the parent by Behdad Esfahbod · 14 years ago
- b9d975b [API] Pass down closure user_data to font funcs by Behdad Esfahbod · 14 years ago
- 686c2d1 [API] Remove font_funcs func getter functions by Behdad Esfahbod · 14 years ago
- defc45b [API] Add hb_font_create_sub_font() and hb_font_get_parent() by Behdad Esfahbod · 14 years ago
- 85e6218 [API] Remove broken-by-design hb_font_unset_funcs() by Behdad Esfahbod · 14 years ago
- 74f1d89 Add hb_font_make/is_immutable() by Behdad Esfahbod · 14 years ago
- 72657e4 [API] Make hb_font_create() take a face and reference it by Behdad Esfahbod · 14 years ago
- c7ffe2a [API Remove hb_font_funcs_copy() by Behdad Esfahbod · 14 years ago
- 30f34d0 [TODO] Remove finished items by Behdad Esfahbod · 14 years ago
- 5fa849b [API] Add _set/get_user_data() for all objects by Behdad Esfahbod · 14 years ago
- 2409d5f Update Copyright headers by Behdad Esfahbod · 14 years ago