1. 14 8月, 2019 1 次提交
  2. 03 8月, 2019 1 次提交
  3. 30 7月, 2019 1 次提交
  4. 11 5月, 2019 1 次提交
  5. 12 4月, 2019 2 次提交
  6. 04 11月, 2018 1 次提交
  7. 31 10月, 2018 1 次提交
  8. 27 10月, 2018 1 次提交
  9. 13 10月, 2018 4 次提交
  10. 12 10月, 2018 3 次提交
    • B
      Remove use of deprecated function · cf975ac6
      Behdad Esfahbod 提交于
      cf975ac6
    • D
      Deprecate obsolete functions · 2c7d4db7
      David Corbett 提交于
      `hb_ot_tags` replaces `hb_ot_tags_from_script` and
      `hb_ot_tag_from_language`.
      
      `hb_ot_layout_table_select_script` replaces
      `hb_ot_layout_table_choose_script`.
      
      `hb_ot_layout_script_select_language` replaces
      `hb_ot_layout_script_find_language`.
      2c7d4db7
    • D
      Refactor the selection of script and language tags · 91067716
      David Corbett 提交于
      The old hb-ot-tag.cc functions, `hb_ot_tags_from_script` and
      `hb_ot_tag_from_language`, are now wrappers around a new function:
      `hb_ot_tags`. It converts a script and a language to arrays of script
      tags and language tags. This will make it easier to add new script tags
      to scripts, like 'dev3'. It also allows for language fallback chains;
      nothing produces more than one language yet though.
      
      Where the old functions return the default tags 'DFLT' and 'dflt',
      `hb_ot_tags` returns an empty array. The caller is responsible for
      using the default tag in that case.
      
      The new function also adds a new private use subtag syntax for script
      overrides: "x-hbscabcd" requests a script tag of 'abcd'.
      
      The old hb-ot-layout.cc functions,`hb_ot_layout_table_choose_script` and
      `hb_ot_layout_script_find_language` are now wrappers around the new
      functions `hb_ot_layout_table_select_script` and
      `hb_ot_layout_script_select_language`. They are essentially the same as
      the old ones plus a tag count parameter.
      
      Closes #495.
      91067716
  11. 01 8月, 2018 2 次提交
  12. 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
  13. 07 6月, 2018 1 次提交
  14. 12 4月, 2018 1 次提交
  15. 07 3月, 2018 1 次提交
  16. 26 2月, 2018 1 次提交
  17. 17 12月, 2016 2 次提交
  18. 27 9月, 2016 4 次提交
  19. 26 9月, 2016 6 次提交
  20. 23 11月, 2015 1 次提交
  21. 12 7月, 2014 1 次提交
  22. 25 6月, 2014 1 次提交
    • B
      Add back API removed recently · 911ca386
      Behdad Esfahbod 提交于
      Add hb_ot_layout_language_get_required_feature_index() again, which
      is used in Pango.  This was removed in
      da132937 in favor of
      hb_ot_layout_language_get_required_feature().
      
      API changes:
      
        - Added hb_ot_layout_language_get_required_feature_index back.
      911ca386
  23. 20 6月, 2014 1 次提交
  24. 23 12月, 2013 1 次提交