> Looks to me like FT_HAS_COLOR still returns false for COLR/CPAL
> fonts.  Any idea?

How do you come to this impression?  There is the following code in
`sfobjs.c' around line 1405:

      if ( face->sbit_table_type == TT_SBIT_TABLE_TYPE_CBLC ||
           face->sbit_table_type == TT_SBIT_TABLE_TYPE_SBIX ||
           face->colr                                       )
        flags |= FT_FACE_FLAG_COLOR;      /* color glyphs */

For me it seems to work.  Do you have a counterexample?


    Werner

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to