1. 04 6月, 2012 1 次提交
  2. 03 6月, 2012 2 次提交
  3. 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
  4. 13 5月, 2012 2 次提交
  5. 12 5月, 2012 2 次提交
  6. 17 4月, 2012 1 次提交
  7. 13 4月, 2012 2 次提交
  8. 22 1月, 2012 1 次提交
  9. 20 1月, 2012 2 次提交
  10. 21 9月, 2011 1 次提交
    • B
      [util] Fix option parsing · 088c1e27
      Behdad Esfahbod 提交于
      Wow, who knew bool is one byte and I was using it as a 4byte int?!
      
      C++ auto casts fails you in mysterious ways...
      088c1e27
  11. 20 9月, 2011 2 次提交
  12. 19 9月, 2011 1 次提交
  13. 16 9月, 2011 5 次提交
  14. 15 9月, 2011 1 次提交
  15. 09 9月, 2011 5 次提交
  16. 16 8月, 2011 1 次提交
  17. 11 8月, 2011 1 次提交
  18. 05 8月, 2011 1 次提交
  19. 11 5月, 2011 1 次提交
    • B
      Add maxp table · 6a4e7e13
      Behdad Esfahbod 提交于
      Not used for anything right now.  Will use to get num_glyphs in the future.
      6a4e7e13
  20. 06 5月, 2011 1 次提交
  21. 22 4月, 2011 1 次提交
  22. 20 4月, 2011 1 次提交
  23. 24 7月, 2010 1 次提交
  24. 22 4月, 2010 1 次提交
  25. 04 11月, 2009 2 次提交