• Show log

    Commit

  • Hash : 009aad56
    Author : Behdad Esfahbod
    Date : 2010-05-20T14:00:57

    Invert the mask logic
    
    Before, the mask in the buffer was inverted.  That is, a 0 bit meant
    feature should be applied and 1 meant not applied, whereas in the
    lookups, the logic was positive.
    
    Now both are in sync.  When calling hb_buffer_add_glyph() manually,
    the mask should be 1 instead of 0.
    

  • 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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags

  • README

  • This is HarfBuzz, a text shaping library.
    
    Bug reports on these files should be sent to the HarfBuzz mailing list as
    listed on http://freedesktop.org/wiki/Software/harfbuzz
    
    For license information, see the file COPYING.
    
    Behdad Esfahbod
    May 24, 2009