1. 09 9月, 2020 1 次提交
  2. 21 8月, 2019 1 次提交
  3. 14 5月, 2019 1 次提交
  4. 09 10月, 2018 1 次提交
  5. 01 10月, 2018 1 次提交
  6. 12 4月, 2018 1 次提交
  7. 25 2月, 2016 1 次提交
  8. 19 6月, 2015 1 次提交
  9. 20 1月, 2012 1 次提交
  10. 20 8月, 2011 1 次提交
  11. 06 8月, 2011 2 次提交
  12. 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
  13. 08 7月, 2011 1 次提交
  14. 26 5月, 2011 1 次提交
  15. 25 5月, 2011 2 次提交
  16. 18 5月, 2011 1 次提交
  17. 17 5月, 2011 2 次提交
  18. 13 5月, 2011 2 次提交
  19. 12 5月, 2011 1 次提交