1. 04 6月, 2012 5 次提交
    • B
      s/script-punjabi/script-gurmukhi/ · b0a6e58b
      Behdad Esfahbod 提交于
      b0a6e58b
    • B
      Add --verbose to hb-shape · c1885483
      Behdad Esfahbod 提交于
      Just turns all --show-* options on.
      c1885483
    • B
      Remove comma at the end of enum · 9fc7a114
      Behdad Esfahbod 提交于
      As reported by Jonathan Kew on the list.
      9fc7a114
    • B
      Remove const from ref_count.ref_count · 3b8fd9c4
      Behdad Esfahbod 提交于
      According to Tom Hacohen this was breaking build with some compilers.
      
      In file included from hb-buffer-private.hh:35:0,
                       from hb-ot-map-private.hh:32,
                       from hb-ot-shape-private.hh:32,
                       from hb-ot-shape.cc:29:
      hb-object-private.hh: In constructor '_hb_object_header_t::_hb_object_header_t()':
      hb-object-private.hh:97:8: error: uninitialized const member in 'struct hb_reference_count_t'
      hb-object-private.hh:51:25: note: 'hb_reference_count_t::ref_count' should be initialized
      In file included from hb-ot-shape.cc:33:0:
      hb-set-private.hh: In constructor '_hb_set_t::_hb_set_t()':
      hb-set-private.hh:37:8: note: synthesized method '_hb_object_header_t::_hb_object_header_t()' first required here
      hb-ot-shape.cc: In function 'void hb_ot_shape_glyphs_closure(hb_font_t*, hb_buffer_t*, const hb_feature_t*, unsigned int, hb_set_t*)':
      hb-ot-shape.cc:521:12: note: synthesized method '_hb_set_t::_hb_set_t()' first required here
      3b8fd9c4
    • B
      Minor · 70600dbf
      Behdad Esfahbod 提交于
      70600dbf
  2. 03 6月, 2012 2 次提交
  3. 02 6月, 2012 2 次提交
  4. 28 5月, 2012 5 次提交
  5. 27 5月, 2012 4 次提交
  6. 26 5月, 2012 3 次提交
  7. 25 5月, 2012 1 次提交
  8. 24 5月, 2012 3 次提交
  9. 23 5月, 2012 1 次提交
  10. 19 5月, 2012 1 次提交
  11. 18 5月, 2012 9 次提交
  12. 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
  13. 14 5月, 2012 1 次提交
  14. 13 5月, 2012 1 次提交