• Show log

    Commit

  • Hash : 9d42d702
    Author : Behdad Esfahbod
    Date : 2018-10-17T17:55:47

    [trak] Fix calc
    
    We were getting the first track record always.  Ie. this line:
    
           if (trackTable[i].get_track_value () == 0.f)
           {
    -       trackTableEntry = &trackTable[0];
    +       trackTableEntry = &trackTable[i];
            break;
           }
    
    The rest is cleanup.
    
    Fixes https://github.com/harfbuzz/harfbuzz/issues/1263 for the most part.
    

  • 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