1. 03 11月, 2010 5 次提交
  2. 28 10月, 2010 3 次提交
  3. 27 10月, 2010 2 次提交
  4. 02 10月, 2010 2 次提交
  5. 14 8月, 2010 1 次提交
  6. 24 7月, 2010 2 次提交
  7. 21 5月, 2010 2 次提交
  8. 20 5月, 2010 2 次提交
    • B
      Invert the mask logic · 009aad56
      Behdad Esfahbod 提交于
      Before, the mask in the buffer was inverted.  That is, a 0 bit meant
      feature should be applied and 1 meant not applied, whereas in the
      lookups, the logic was positive.
      
      Now both are in sync.  When calling hb_buffer_add_glyph() manually,
      the mask should be 1 instead of 0.
      009aad56
    • 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
  9. 15 5月, 2010 13 次提交
  10. 14 5月, 2010 1 次提交
  11. 11 5月, 2010 7 次提交