1. 18 6月, 2018 1 次提交
  2. 17 6月, 2018 2 次提交
    • E
      Verbose fail when something is wrong with hb-shape/hb-view input font file (#1059) · c53697d3
      Ebrahim Byagowi 提交于
      This checks if the blob isn't empty and uses `hb_face_count`
      to see if the font file passes the simple font file sanitization
      so can detect if the input is actually a font and checks also
      whether input font-index is out of range.
      c53697d3
    • 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
  3. 13 6月, 2018 4 次提交
  4. 12 6月, 2018 7 次提交
  5. 11 6月, 2018 2 次提交
  6. 10 6月, 2018 1 次提交
  7. 09 6月, 2018 6 次提交
  8. 07 6月, 2018 7 次提交
  9. 06 6月, 2018 8 次提交
  10. 05 6月, 2018 2 次提交