1. 10 3月, 2022 1 次提交
  2. 21 12月, 2021 1 次提交
  3. 05 11月, 2021 1 次提交
  4. 11 3月, 2021 1 次提交
  5. 09 9月, 2020 1 次提交
  6. 21 5月, 2019 1 次提交
  7. 12 12月, 2018 1 次提交
  8. 11 10月, 2018 1 次提交
    • B
      Remove HAVE_OT · 1e8fdd28
      Behdad Esfahbod 提交于
      We never tested compiling without it.  Just kill it.  We always build
      our own shaper.
      1e8fdd28
  9. 26 8月, 2018 1 次提交
  10. 06 2月, 2018 1 次提交
  11. 05 2月, 2018 4 次提交
  12. 11 1月, 2018 1 次提交
  13. 03 2月, 2016 1 次提交
    • C
      build: Move source listings into separate Makefile snippets · 35ded3af
      Chun-wei Fan 提交于
      This moves all the source listings in src/Makefile.am,
      src/hb-ucdn/Makefile.am and util/Makefile.am into separate Makefile
      snippets, so that they may be shared between different Makefile-based
      build systems, such as NMake for Visual Studio.
      35ded3af
  14. 19 6月, 2015 1 次提交
  15. 10 4月, 2015 1 次提交
    • B
      [utils] Add hb-fc-list · fe97b65a
      Behdad Esfahbod 提交于
      This is a tool that lists all fonts that can render a given string.
      It uses hb_shape() to do so, and as such is aware of HarfBuzz's
      normalizer.
      fe97b65a
  16. 26 2月, 2015 1 次提交
  17. 25 3月, 2014 1 次提交
  18. 27 8月, 2013 1 次提交
  19. 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
  20. 13 5月, 2012 1 次提交
  21. 21 1月, 2012 1 次提交
  22. 20 9月, 2011 3 次提交
    • B
      [util] Add hb-diff · e700bce1
      Behdad Esfahbod 提交于
      A diff program written in Python that is more suitable for comparing
      hb-shape output from different backends.  Main differences with stock
      diff:
      
      1. It outputs one line's comparison at a time, as opposed to batching
      '+' lines and '-' lines.
      
      2. It colors the part of the line that changed, taking word boundaries
      into consideration.
      
      You can pipe the colored output to 'less -r'.
      e700bce1
    • B
      Fix dist · fe1605db
      Behdad Esfahbod 提交于
      fe1605db
    • B
      [util] Add hb-shape utility · 8b8b1905
      Behdad Esfahbod 提交于
      Like hb-view, but prints out buffer contents.
      
      The output format is kinda cryptic.  Suggestions welcome.
      8b8b1905
  23. 15 9月, 2011 1 次提交
  24. 11 8月, 2011 1 次提交
  25. 09 8月, 2011 1 次提交