• Show log

    Commit

  • Hash : aa0c5df4
    Author : Ebrahim Byagowi
    Date : 2018-06-17T16:49:34

    Fix reading fonts from stdin (#1060)
    
    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.

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/harfbuzz.git
    Git SSH git@git.kmx.io:kc3-lang/harfbuzz.git
    Public access ? public
    Description

    HarfBuzz text shaping engine

    Users
    kc3_lang_org www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags