• Show log

    Commit

  • Hash : 7774ac67
    Author : Harsha
    Date : 2010-12-25T16:34:56

    Apply Savannah patch #7422.
    
    If we encouter a space in a string then the sbit buffer is NULL,
    height and width are 0s.  So the check in ftc_snode_compare will
    always pass for spaces (comparision with 255).  Here the comments
    above the condition are proper but the implementation is not.  When
    we create an snode I think it is the proper way to initialize the
    width to 255 and then put a check for being equal to 255 in snode
    compare function.
    
    * src/cache/ftcsbits.c (FTC_SNode_New): Initialize sbit widths with
    value 255.
    (ftc_snode_compare): Fix condition.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/freetype.git
    Git SSH git@git.kmx.io:kc3-lang/freetype.git
    Public access ? public
    Description
    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags