Edit

kc3-lang/freetype/include

Branch :

  • Show log

    Commit

  • Author : Alexei Podtelezhnikov
    Date : 2021-09-24 22:14:22
    Hash : 766b2c19
    Message : Propagate sign when reading OFF3. Signed 24-bit values are extremely rare. FreeType only reads them in PFR fonts with bitmap strikes conditionally. They have not been seen in the known fonts. That is why this bug could never be discovered. `FT_FRAME_OFF3` propagates sign correctly. * include/freetype/internal/ftstream.h (FT_PEEK_OFF3, FT_PEEK_OFF3_LE): Propagate sign into 32-bit value. (FT_GET_OFF3, FT_READ_OFF3): Needed fixing but removed as unused.