1. 09 8月, 2012 1 次提交
  2. 08 8月, 2012 1 次提交
  3. 27 7月, 2012 2 次提交
  4. 25 7月, 2012 3 次提交
  5. 20 7月, 2012 1 次提交
  6. 13 7月, 2012 1 次提交
  7. 25 6月, 2012 1 次提交
  8. 17 6月, 2012 1 次提交
  9. 09 6月, 2012 1 次提交
  10. 06 6月, 2012 1 次提交
  11. 18 5月, 2012 2 次提交
  12. 24 4月, 2012 1 次提交
  13. 20 4月, 2012 1 次提交
  14. 13 4月, 2012 1 次提交
    • B
      Hide backend-specific shape functions · 6bd9b479
      Behdad Esfahbod 提交于
      Also remove shaper_options argument to hb_shape_full().  That was
      unused and for "future".  Let it go.
      
      More shaper API coming in preparation for plan/planned API.
      6bd9b479
  15. 11 4月, 2012 1 次提交
  16. 06 4月, 2012 1 次提交
  17. 08 3月, 2012 1 次提交
  18. 24 2月, 2012 1 次提交
  19. 20 1月, 2012 1 次提交
  20. 25 8月, 2011 1 次提交
  21. 24 8月, 2011 2 次提交
  22. 20 8月, 2011 1 次提交
  23. 17 8月, 2011 2 次提交
  24. 14 8月, 2011 1 次提交
  25. 09 8月, 2011 2 次提交
    • B
      Move hb-view into util/ · 511a136f
      Behdad Esfahbod 提交于
      511a136f
    • 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
  26. 06 8月, 2011 1 次提交
  27. 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
  28. 04 8月, 2011 1 次提交
  29. 02 8月, 2011 1 次提交
  30. 30 7月, 2011 1 次提交
  31. 21 7月, 2011 1 次提交
  32. 12 7月, 2011 1 次提交
  33. 08 7月, 2011 1 次提交