1. 17 12月, 2016 5 次提交
  2. 09 8月, 2016 1 次提交
  3. 02 6月, 2016 1 次提交
  4. 25 2月, 2016 2 次提交
  5. 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
  6. 17 12月, 2015 1 次提交
  7. 28 11月, 2015 1 次提交
  8. 27 11月, 2015 1 次提交
  9. 20 11月, 2015 1 次提交
  10. 05 11月, 2015 4 次提交
  11. 09 10月, 2015 1 次提交
    • B
      Add hb_font_set_parent() · 3e905e39
      Behdad Esfahbod 提交于
      No reason to not have it.  Makes life easier later.
      We (hb-ft, hb-ot-font, etc) can use this API to inject new
      parent into a font...
      3e905e39
  12. 02 10月, 2015 2 次提交
  13. 03 9月, 2015 1 次提交
  14. 01 6月, 2015 1 次提交
  15. 10 4月, 2015 1 次提交
    • B
      Relax inert checks · eb0bf3ae
      Behdad Esfahbod 提交于
      Previously, when creating an object from inert inputs (eg:
      "hb_font_create(hb_face_get_empty())") we returned the inert
      empty object.  This is not helpful as there are legitimate
      usecases to do that.
      
      We now never return the inert object unless allocation failed.
      
      Tests are revised to reflect.
      eb0bf3ae
  16. 23 3月, 2015 1 次提交
  17. 23 7月, 2014 1 次提交
  18. 12 12月, 2013 1 次提交
  19. 14 9月, 2013 1 次提交
  20. 13 9月, 2013 1 次提交
  21. 07 9月, 2013 2 次提交
  22. 27 8月, 2013 1 次提交
  23. 16 11月, 2012 1 次提交
  24. 29 8月, 2012 1 次提交
  25. 09 8月, 2012 1 次提交
  26. 08 8月, 2012 1 次提交
  27. 07 8月, 2012 2 次提交
  28. 02 8月, 2012 1 次提交
  29. 27 7月, 2012 1 次提交