1. 10 3月, 2022 1 次提交
  2. 21 12月, 2021 1 次提交
  3. 05 11月, 2021 1 次提交
  4. 11 3月, 2021 1 次提交
  5. 09 9月, 2020 1 次提交
  6. 18 6月, 2019 2 次提交
  7. 24 5月, 2019 1 次提交
  8. 30 11月, 2018 2 次提交
  9. 21 11月, 2018 1 次提交
  10. 27 10月, 2018 1 次提交
  11. 21 10月, 2018 1 次提交
  12. 18 10月, 2018 1 次提交
  13. 13 10月, 2018 1 次提交
  14. 12 10月, 2018 1 次提交
    • 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
  15. 09 10月, 2018 4 次提交
  16. 16 10月, 2017 1 次提交
  17. 24 2月, 2016 1 次提交
    • B
      Add get_nominal_glyph() and get_variation_glyph() instead of get_glyph() · 8b5bc141
      Behdad Esfahbod 提交于
      New API:
      - hb_font_get_nominal_glyph_func_t
      - hb_font_get_variation_glyph_func_t
      - hb_font_funcs_set_nominal_glyph_func()
      - hb_font_funcs_set_variation_glyph_func()
      - hb_font_get_nominal_glyph()
      - hb_font_get_variation_glyph()
      
      Deprecated API:
      - hb_font_get_glyph_func_t
      - hb_font_funcs_set_glyph_func()
      
      Clients that implement their own font-funcs are encouraged to replace
      their get_glyph() implementation with a get_nominal_glyph() and
      get_variation_glyph() pair.  The variation version can assume that
      variation_selector argument is not zero.
      8b5bc141
  18. 27 8月, 2013 2 次提交
  19. 16 11月, 2012 1 次提交
    • B
      Bunch of independent changes (ouch) · f3064103
      Behdad Esfahbod 提交于
      API additions:
      
      	hb_segment_properties_t
      	HB_SEGMENT_PROPERTIES_DEFAULT
      	hb_segment_properties_equal()
      	hb_segment_properties_hash()
      
      	hb_buffer_set_segment_properties()
      	hb_buffer_get_segment_properties()
      
      	hb_ot_layout_glyph_class_t
      
      	hb_shape_plan_t
      	hb_shape_plan_create()
      	hb_shape_plan_create_cached()
      	hb_shape_plan_get_empty()
      	hb_shape_plan_reference()
      	hb_shape_plan_destroy()
      	hb_shape_plan_set_user_data()
      	hb_shape_plan_get_user_data()
      	hb_shape_plan_execute()
      
      	hb_ot_shape_plan_collect_lookups()
      
      API changes:
      
      	Rename hb_ot_layout_feature_get_lookup_indexes() to
      	hb_ot_layout_feature_get_lookups().
      
      New header file:
      
      	hb-shape-plan.h
      
      And a bunch of prototyped but not implemented stuff.  Coming soon.
      (Tests fail because of the prototypes right now.)
      f3064103
  20. 24 4月, 2012 1 次提交
  21. 13 4月, 2012 1 次提交
  22. 06 5月, 2011 1 次提交
  23. 22 4月, 2011 1 次提交
  24. 12 4月, 2011 1 次提交
  25. 24 7月, 2010 1 次提交
  26. 22 4月, 2010 1 次提交
  27. 05 11月, 2009 1 次提交
  28. 04 11月, 2009 1 次提交
  29. 03 11月, 2009 6 次提交