1. 09 9月, 2020 1 次提交
  2. 25 11月, 2018 17 次提交
  3. 03 12月, 2017 1 次提交
  4. 11 10月, 2017 1 次提交
  5. 23 11月, 2015 1 次提交
  6. 15 5月, 2014 1 次提交
  7. 22 3月, 2014 1 次提交
  8. 15 3月, 2014 2 次提交
  9. 10 12月, 2012 1 次提交
  10. 25 7月, 2012 1 次提交
  11. 13 4月, 2012 2 次提交
  12. 15 9月, 2011 1 次提交
  13. 26 8月, 2011 1 次提交
  14. 24 8月, 2011 2 次提交
  15. 10 8月, 2011 1 次提交
  16. 05 8月, 2011 1 次提交
    • B
      [API] Changes to main shape API · 02aeca98
      Behdad Esfahbod 提交于
      hb_shape() now accepts a shaper_options and a shaper_list argument.
      Both can be set to NULL to emulate previous API.  And in most situations
      they are expected to be set to NULL.
      
      hb_shape() also returns a boolean for now.  If shaper_list is NULL, the
      return value can be ignored.
      
      shaper_options is ignored for now, but otherwise it should be a
      NULL-terminated list of strings.
      
      shaper_list is a NULL-terminated list of strings.  Currently recognized
      strings are "ot" for native OpenType Layout implementation, "uniscribe"
      for the Uniscribe backend, and "fallback" for the non-complex backend
      (that will be implemented shortly).  The fallback backend never fails.
      
      The env var HB_SHAPER_LIST is also parsed and honored.  It's a
      colon-separated list of shaper names.  The fallback shaper is invoked if
      none of the env-listed shapers succeed.
      
      New API hb_buffer_guess_properties() added.
      02aeca98
  17. 28 5月, 2011 1 次提交
  18. 03 5月, 2011 1 次提交
  19. 22 4月, 2011 1 次提交
  20. 16 4月, 2011 1 次提交
  21. 13 10月, 2010 1 次提交