• Show log

    Commit

  • Hash : d6bd00a4
    Author : Behdad Esfahbod
    Date : 2021-02-22T22:42:50

    Revert back IntType out cast to signed/unsigned
    
    Previous commit didn't fix the bots. Putting it back now that I
    understand why I initially did the "Wide" casts.  But only doing
    it for out-cast this time.  This causes "narrowing" warnings
    whenever we are converting signed/unsigned to smaller HBUINT16
    etc.  But those are valuable warnings.  We should address those
    separately instead of ignoring.
    
    Maybe we should start using uint16_t more liberally in the
    internal subsetter function signatures then.
    

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

  • README

  • This is HarfBuzz, a text shaping library.
    
    For bug reports, mailing list, and other information please visit:
    
      http://harfbuzz.org/
    
    For license information, see https://github.com/harfbuzz/harfbuzz/blob/master/COPYING
    
    For build information, see https://github.com/harfbuzz/harfbuzz/blob/master/BUILD.md
    
    For custom configurations, see https://github.com/harfbuzz/harfbuzz/blob/master/CONFIG.md
    
    For test execution, see https://github.com/harfbuzz/harfbuzz/blob/master/TESTING.md
    
    Documentation: https://harfbuzz.github.io