1. 30 9月, 2018 2 次提交
  2. 11 9月, 2018 1 次提交
  3. 26 8月, 2018 1 次提交
  4. 18 6月, 2018 1 次提交
  5. 17 6月, 2018 1 次提交
    • E
      Fix reading fonts from stdin (#1060) · aa0c5df4
      Ebrahim Byagowi 提交于
      We were passing the font path directly to freetype so rendering
      was broken when we are getting the font from stdin.
      
      This fixes it by using FT_New_Memory_Face instead.
      
      This fixes:
      * build/util/hb-view /dev/stdin text < font.ttf
      * build/util/hb-view - text < font.ttf
      * cat font.ttf | build/util/hb-view - text
      
      but doesn't work on
      * cat font.ttf | build/util/hb-view /dev/stdin text
      
      which I will try to fix separately.
      aa0c5df4
  6. 20 4月, 2018 1 次提交
  7. 26 2月, 2018 1 次提交
  8. 23 2月, 2018 1 次提交
  9. 22 2月, 2018 2 次提交
  10. 09 2月, 2018 1 次提交
  11. 10 1月, 2018 2 次提交
  12. 27 10月, 2017 1 次提交
  13. 15 10月, 2017 2 次提交
  14. 05 9月, 2017 1 次提交
  15. 31 8月, 2017 3 次提交
  16. 16 8月, 2017 2 次提交
  17. 15 8月, 2017 1 次提交
  18. 12 8月, 2017 2 次提交
  19. 11 8月, 2017 1 次提交
  20. 20 7月, 2017 1 次提交
  21. 19 7月, 2017 1 次提交
    • B
      [hb-shape] Improve shaping-debug output · e6035055
      Behdad Esfahbod 提交于
      Before, that was printed using --debug (and in both hb-shape and hb-view).
      Changed it, now hb-shape has a new command-line argument called --show-messages.
      When invoked, it also respects other output formatting options.  The messages
      are better formatted and printed to te same place that hb-shape output is
      directed to.  Previously they were written to stderr.
      
      Fixes https://github.com/behdad/harfbuzz/issues/506
      e6035055
  22. 22 1月, 2017 1 次提交
    • B
      [util] Add --variations · 111f3e55
      Behdad Esfahbod 提交于
      Is hooked up to the font, but not to FreeType, so raster doesn't show yet.
      
      Documentation needs to be done.
      111f3e55
  23. 16 11月, 2015 1 次提交
  24. 11 11月, 2015 1 次提交
  25. 04 11月, 2015 1 次提交
  26. 24 8月, 2015 1 次提交
  27. 22 7月, 2015 1 次提交
  28. 21 1月, 2015 1 次提交
  29. 06 7月, 2014 1 次提交
  30. 05 7月, 2014 1 次提交
  31. 20 3月, 2014 1 次提交
  32. 28 10月, 2013 1 次提交