1. 24 8月, 2012 1 次提交
  2. 10 8月, 2012 1 次提交
  3. 02 8月, 2012 4 次提交
  4. 31 7月, 2012 2 次提交
  5. 30 7月, 2012 5 次提交
  6. 29 7月, 2012 1 次提交
  7. 27 7月, 2012 1 次提交
  8. 26 7月, 2012 1 次提交
  9. 24 7月, 2012 1 次提交
  10. 09 6月, 2012 1 次提交
  11. 11 5月, 2012 1 次提交
  12. 24 4月, 2012 4 次提交
  13. 15 4月, 2012 1 次提交
  14. 13 4月, 2012 1 次提交
  15. 09 8月, 2011 1 次提交
    • B
      [API] Sort out get_blob API · 3897335c
      Behdad Esfahbod 提交于
      hb_face_get_blob() renamed to hb_face_reference_blob(), returns a
      reference now.
      
      hb_face_[sg]et_index() added.
      
      hb_face_set_upem() added.
      3897335c
  16. 05 8月, 2011 1 次提交
  17. 11 5月, 2011 1 次提交
  18. 03 5月, 2011 1 次提交
  19. 22 4月, 2011 2 次提交
    • B
      Update Copyright headers · 2409d5f8
      Behdad Esfahbod 提交于
      2409d5f8
    • B
      [API] Allow negative font x_scale/y_scale · da975419
      Behdad Esfahbod 提交于
      I was reconsidering whether y should grow down, since all three/four
      times I've used this API I was tricked and got that wrong in my use.
      So I was very inclined to make y grow down instead of up.  However,
      considering that the font space has y up and it would be very confusing
      for callbacks to work against that, I decided that what I really want
      is for the user to be able to set y_scale to a negative number to imply
      that user-space y grows down.
      
      Changing x_scale/y_scale from unsigned int to int allows that, and I've
      made pango to use that instead of negating glyph y_offset later.  hb-ft
      however still has y group up.  I *guess* that's how FreeType works?
      I'm not sure, FreeType docs don't make this clear...
      
      I'm happy with the resolution :-).
      da975419
  20. 21 4月, 2011 1 次提交
  21. 04 11月, 2010 2 次提交
  22. 03 11月, 2010 6 次提交