1. 26 7月, 2011 1 次提交
    • B
      Start cleaning up buffer var allocation · 651e8dd7
      Behdad Esfahbod 提交于
      I've messed up a lot of stuff recently, different parts of the
      shaping process are stumbling on eachother's toes because
      manually tracking what's in which buffer var is hard.  I'm
      going to add some internal API to track those such that mistakes
      are discovered as soon as they are introduced.
      651e8dd7
  2. 15 6月, 2011 1 次提交
  3. 12 5月, 2011 1 次提交
  4. 11 5月, 2011 2 次提交
  5. 07 5月, 2011 1 次提交
  6. 03 5月, 2011 2 次提交
  7. 22 4月, 2011 1 次提交
  8. 21 4月, 2011 1 次提交
  9. 16 4月, 2011 1 次提交
  10. 04 11月, 2010 1 次提交
  11. 03 11月, 2010 7 次提交
  12. 28 10月, 2010 4 次提交
  13. 29 9月, 2010 1 次提交
  14. 23 9月, 2010 1 次提交
  15. 17 8月, 2010 1 次提交
    • B
      Fix NULL dereference · ed4acbde
      Behdad Esfahbod 提交于
      Reported by Jonathan Kew.  Face table handling needs to be redone
      anyway, but fix this for now.
      ed4acbde
  16. 24 7月, 2010 2 次提交
  17. 20 5月, 2010 1 次提交
    • B
      Fix scale issues · 0a4399ca
      Behdad Esfahbod 提交于
      hb_font_set_scale() now sets the value to be used to represent a unit
      pixel.  For example, if rendering a 10px font with a 26.6 representation,
      you would set scale to (10 << 6).  For 10px in 16.16 you would set it to
      (10 << 16).  This space should be the same space that the get_glyph_metrics
      and get_kerning callbacks work in.
      0a4399ca
  18. 18 5月, 2010 1 次提交
  19. 14 5月, 2010 1 次提交
  20. 13 5月, 2010 1 次提交
  21. 11 5月, 2010 2 次提交
  22. 04 5月, 2010 1 次提交
  23. 30 4月, 2010 1 次提交
  24. 24 4月, 2010 2 次提交
  25. 22 4月, 2010 1 次提交
  26. 27 1月, 2010 1 次提交