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