1. 11 8月, 2012 2 次提交
  2. 09 8月, 2012 1 次提交
    • B
      Use a export-file for Windows builds · 560d68af
      Behdad Esfahbod 提交于
      Apparently even that doesn't make check-internal-symbols.sh happy with
      mingw32.  Going to disable that for DLLs again, but hopefully the
      export-file is doing *something*.
      560d68af
  3. 07 8月, 2012 1 次提交
  4. 25 7月, 2012 3 次提交
  5. 13 7月, 2012 2 次提交
  6. 26 6月, 2012 1 次提交
  7. 25 6月, 2012 1 次提交
  8. 18 6月, 2012 1 次提交
  9. 17 6月, 2012 1 次提交
  10. 06 6月, 2012 6 次提交
  11. 16 5月, 2012 1 次提交
    • B
      [util] Add hb-ot-shape-closure tool · c87b317f
      Behdad Esfahbod 提交于
      Computes all the glyphs that may be generated given a font and
      set of Unicode characters.
      
      The order of the Unicode characters is irrelevant.
      
      Sample output:
      
      behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f
      f f_f
      
      behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i
      i
      
      behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi
      f f_i f_f_i f_f i
      
      behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ب
      uni0628 uni0628.init uni0628.medi uni0628.fina
      
      behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ا
      uni0627 uni0627.fina
      
      behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با
      uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina
      
      behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با --no-glyph-names
      5 6 133 134 135 136
      c87b317f
  12. 13 5月, 2012 2 次提交
  13. 12 5月, 2012 1 次提交
    • B
      [Indic] Unbreak Devanagari · f7e8dcfd
      Behdad Esfahbod 提交于
      And this, concludes the HarfBuzz Massala Hackfest.
      
      I like to specially thank Jonathan Kew for doing all the decription and
      letting me get commit points.
      f7e8dcfd
  14. 13 4月, 2012 1 次提交
    • B
      Hide backend-specific shape functions · 6bd9b479
      Behdad Esfahbod 提交于
      Also remove shaper_options argument to hb_shape_full().  That was
      unused and for "future".  Let it go.
      
      More shaper API coming in preparation for plan/planned API.
      6bd9b479
  15. 27 1月, 2012 1 次提交
  16. 20 1月, 2012 2 次提交
  17. 16 1月, 2012 2 次提交
  18. 20 9月, 2011 2 次提交
  19. 17 9月, 2011 1 次提交
  20. 16 9月, 2011 1 次提交
  21. 15 9月, 2011 1 次提交
  22. 24 8月, 2011 2 次提交
  23. 20 8月, 2011 1 次提交
  24. 16 8月, 2011 1 次提交
  25. 14 8月, 2011 1 次提交
  26. 09 8月, 2011 1 次提交