1. 26 2月, 2015 1 次提交
    • B
      Make sanitize() a const method · de2118ed
      Behdad Esfahbod 提交于
      This makes a lot of code safer.  We only try modifying the object in one
      place, after making sure it's safe to do so.  So, do a const_cast<> in
      that one place...
      de2118ed
  2. 12 7月, 2014 1 次提交
  3. 28 6月, 2014 1 次提交
  4. 18 10月, 2013 2 次提交
  5. 10 9月, 2013 1 次提交
  6. 25 11月, 2012 1 次提交
  7. 24 11月, 2012 1 次提交
  8. 17 11月, 2012 3 次提交
  9. 29 8月, 2012 1 次提交
  10. 02 8月, 2012 1 次提交
  11. 25 7月, 2012 1 次提交
  12. 11 5月, 2012 1 次提交
  13. 13 4月, 2012 1 次提交
  14. 17 8月, 2011 2 次提交
  15. 05 8月, 2011 1 次提交
  16. 15 6月, 2011 1 次提交
  17. 01 6月, 2011 1 次提交
  18. 20 5月, 2011 1 次提交
  19. 18 5月, 2011 2 次提交
  20. 11 5月, 2011 3 次提交
  21. 03 5月, 2011 1 次提交
  22. 22 4月, 2011 1 次提交
  23. 21 4月, 2011 1 次提交
  24. 03 11月, 2010 2 次提交
  25. 28 10月, 2010 1 次提交
  26. 02 10月, 2010 1 次提交
  27. 24 7月, 2010 2 次提交
  28. 21 5月, 2010 1 次提交
  29. 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
  30. 14 5月, 2010 1 次提交
  31. 13 5月, 2010 1 次提交