1. 02 6月, 2012 2 次提交
  2. 28 5月, 2012 5 次提交
  3. 27 5月, 2012 4 次提交
  4. 26 5月, 2012 3 次提交
  5. 25 5月, 2012 1 次提交
  6. 24 5月, 2012 3 次提交
  7. 23 5月, 2012 1 次提交
  8. 19 5月, 2012 1 次提交
  9. 18 5月, 2012 9 次提交
  10. 16 5月, 2012 2 次提交
    • 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
    • B
      45675e58
  11. 14 5月, 2012 1 次提交
  12. 13 5月, 2012 8 次提交