• Show log

    Commit

  • Hash : 7859decd
    Author : Ken Cunningham
    Date : 2019-02-05T20:26:49

    hb-coretext.cc: clean up macosx test
    
    TARGET_OS_OSX was introduced only in late OS versions
    so always returns as "0" on older systems.
    
    if !TARGET_OS_IPHONE can work, as it returns as !0 on older
    systems where TARGET_OS_IPHONE is not defined, but is not
    specific
    
    if TARGET_OS_MAC && !(defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE)
    is both specific and accurate on all systems.
    

  • 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 thodg_l
    Tags