1. 29 4月, 2011 2 次提交
  2. 28 4月, 2011 1 次提交
  3. 27 4月, 2011 2 次提交
  4. 22 4月, 2011 5 次提交
  5. 21 4月, 2011 1 次提交
  6. 12 4月, 2011 4 次提交
  7. 11 4月, 2011 1 次提交
  8. 16 2月, 2011 1 次提交
  9. 04 11月, 2010 1 次提交
  10. 09 10月, 2010 1 次提交
  11. 24 7月, 2010 1 次提交
  12. 21 5月, 2010 1 次提交
  13. 20 5月, 2010 2 次提交
    • B
      Add _hb_bit_storage() · 9b602333
      Behdad Esfahbod 提交于
      9b602333
    • 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
  14. 13 5月, 2010 2 次提交
  15. 11 5月, 2010 4 次提交
  16. 04 5月, 2010 2 次提交
  17. 30 4月, 2010 2 次提交
  18. 29 4月, 2010 2 次提交
  19. 26 4月, 2010 1 次提交
    • B
      Remove use of flexible arrays · 690b9194
      Behdad Esfahbod 提交于
      Also remove wrong ASSERT_SIZE that would trigger only when not using
      flexible arrays (which was the case on win32, but not with gcc).
      690b9194
  20. 22 4月, 2010 1 次提交
  21. 21 4月, 2010 3 次提交