1. 08 7月, 2011 1 次提交
  2. 20 5月, 2011 1 次提交
  3. 18 5月, 2011 2 次提交
  4. 13 5月, 2011 1 次提交
  5. 11 5月, 2011 7 次提交
  6. 05 5月, 2011 1 次提交
  7. 03 5月, 2011 1 次提交
  8. 22 4月, 2011 2 次提交
  9. 21 4月, 2011 1 次提交
  10. 20 4月, 2011 1 次提交
  11. 27 10月, 2010 1 次提交
  12. 24 7月, 2010 3 次提交
  13. 09 6月, 2010 1 次提交
  14. 25 5月, 2010 1 次提交
  15. 20 5月, 2010 2 次提交
    • 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
    • B
      Add 'head' table · cf5585cf
      Behdad Esfahbod 提交于
      cf5585cf
  16. 13 5月, 2010 2 次提交
  17. 24 4月, 2010 1 次提交
  18. 22 4月, 2010 1 次提交
  19. 04 11月, 2009 3 次提交
  20. 03 11月, 2009 6 次提交