1. 11 10月, 2017 5 次提交
  2. 15 8月, 2017 1 次提交
  3. 09 2月, 2017 1 次提交
  4. 04 2月, 2017 3 次提交
  5. 24 1月, 2017 1 次提交
  6. 23 1月, 2017 3 次提交
  7. 22 1月, 2017 7 次提交
  8. 21 1月, 2017 1 次提交
  9. 17 12月, 2016 8 次提交
  10. 09 8月, 2016 1 次提交
  11. 02 6月, 2016 1 次提交
  12. 25 2月, 2016 2 次提交
  13. 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
  14. 17 12月, 2015 1 次提交
  15. 28 11月, 2015 1 次提交
  16. 27 11月, 2015 1 次提交
  17. 20 11月, 2015 1 次提交
  18. 05 11月, 2015 1 次提交