1. 26 8月, 2018 2 次提交
  2. 25 8月, 2018 1 次提交
  3. 08 8月, 2018 1 次提交
  4. 07 8月, 2018 1 次提交
    • B
      Add batch advance width callback function · 79e21984
      Behdad Esfahbod 提交于
      New API:
      +hb_font_funcs_set_glyph_h_advances_func
      +hb_font_funcs_set_glyph_v_advances_func
      +hb_font_get_glyph_h_advances
      +hb_font_get_glyph_h_advances_func_t
      +hb_font_get_glyph_v_advances
      +hb_font_get_glyph_v_advances_func_t
      79e21984
  5. 01 8月, 2018 3 次提交
  6. 22 7月, 2018 1 次提交
    • E
      Add a new API, hb_ot_layout_get_feature_name_ids (#976) · 0c1b287b
      Ebrahim Byagowi 提交于
      This new API returns cvXX and ssXX related NameId, things like
      featUiLabelNameId, featUiTooltipTextNameId, sampleTextNameId, ... of cvXX
      and UINameId of ssXX, in a unified way.
      
      However HarfBuzz currently doesn't expose an API for retrieving the actual
      information associated with NameId from the `name` table and that should be
      done separately.
      0c1b287b
  7. 13 6月, 2018 1 次提交
  8. 05 6月, 2018 1 次提交
  9. 20 4月, 2018 1 次提交
  10. 14 2月, 2018 2 次提交
  11. 12 2月, 2018 1 次提交
  12. 12 1月, 2018 1 次提交
  13. 23 10月, 2017 1 次提交
  14. 18 10月, 2017 1 次提交
  15. 12 10月, 2017 1 次提交
  16. 11 10月, 2017 1 次提交
  17. 24 8月, 2017 1 次提交
  18. 23 1月, 2017 4 次提交
  19. 05 10月, 2016 1 次提交
  20. 27 9月, 2016 2 次提交
  21. 02 1月, 2016 1 次提交
  22. 31 12月, 2015 1 次提交
  23. 30 12月, 2015 3 次提交
  24. 01 9月, 2015 1 次提交
  25. 21 6月, 2014 2 次提交
    • B
      Rename HB_VERSION_CHECK and hb_version_check to "atleast" · 2b051c60
      Behdad Esfahbod 提交于
      HB_VERSION_CHECK's comparison was originally written wrongly
      by mistake.  When API tests were written, they were also written
      wrongly to pass given the wrong implementation... Sigh.
      
      Given the purpose of this API, there's no point in fixing it
      without renaming it.  As such, rename.
      
      API changes:
      
        HB_VERSION_CHECK -> HB_VERSION_ATLEAST
        hb_version_check -> hb_version_atleast
      2b051c60
    • B
      Adjust unused doc symbols · cabfa538
      Behdad Esfahbod 提交于
      cabfa538
  26. 29 8月, 2013 1 次提交
    • B
      [gobject] Flesh out hb-gobject · 71439a8c
      Behdad Esfahbod 提交于
      Move it to new harfbuzz-gobject library.  Implement enums and
      boxed types for object-types.  Still have to do boxed types for
      value types.
      71439a8c
  27. 27 8月, 2013 3 次提交