1. 26 10月, 2018 2 次提交
  2. 23 10月, 2018 1 次提交
  3. 22 10月, 2018 7 次提交
  4. 15 10月, 2018 2 次提交
  5. 04 10月, 2018 1 次提交
  6. 03 10月, 2018 1 次提交
  7. 02 8月, 2018 1 次提交
  8. 23 7月, 2018 1 次提交
  9. 25 5月, 2018 4 次提交
  10. 08 5月, 2018 3 次提交
  11. 20 4月, 2018 1 次提交
  12. 10 4月, 2018 2 次提交
  13. 27 3月, 2018 1 次提交
  14. 29 10月, 2017 1 次提交
  15. 15 10月, 2017 1 次提交
  16. 01 12月, 2015 1 次提交
  17. 28 10月, 2013 1 次提交
  18. 11 10月, 2013 1 次提交
  19. 10 4月, 2013 1 次提交
  20. 30 7月, 2012 1 次提交
  21. 20 7月, 2012 1 次提交
  22. 20 1月, 2012 1 次提交
  23. 17 9月, 2011 1 次提交
  24. 20 8月, 2011 1 次提交
  25. 09 8月, 2011 2 次提交
    • B
      Minor · ddd247b0
      Behdad Esfahbod 提交于
      ddd247b0
    • B
      [API] Add hb_ft_font_set_funcs(), remove hb_ft_get_font_funcs() · 38b21187
      Behdad Esfahbod 提交于
      Remove hb_ft_get_font_funcs() as it cannot be used by the user anyway.
      
      Add hb_ft_font_set_funcs().  Which will make the font internally use
      FreeType.  That is, no need for the font to have created using the
      hb-ft API.  Just create using hb_face_create()/hb_font_create() and
      then call this on the font (after having set font scale).  This
      internally creates an FT_Face and attached to the font.
      38b21187