• Show log

    Commit

  • Hash : 907715a6
    Author : Werner Lemberg
    Date : 2022-02-09T07:31:56

    Add `FT_FACE_FLAG_SBIX` and `FT_HAS_SBIX`.
    
    Fonts with 'sbix' tables need special handling by the application.
    
    * include/freetype/freetype.h (FT_FACE_FLAG_SBIX, FT_HAS_SBIX): New macros.
    
    * src/sfnt/sfobjs.c (sfnt_load_face): Set `FT_FACE_FLAG_SBIX` if 'sbix'
    table is present.