Searched refs:FT_FACE_FLAG_COLOR (Results 1 – 4 of 4) sorted by relevance
1211 #define FT_FACE_FLAG_COLOR ( 1L << 14 ) macro1450 ( !!( (face)->face_flags & FT_FACE_FLAG_COLOR ) )
1040 flags |= FT_FACE_FLAG_COLOR; /* color glyphs */ in sfnt_load_face()
4239 Add FT_FACE_FLAG_COLOR and FT_HAS_COLOR.4243 * include/freetype/freetype.h (FT_FACE_FLAG_COLOR, FT_HAS_COLOR):4249 * src/sfnt/sfobjs.c (sfnt_load_face): Handle FT_FACE_FLAG_COLOR.
1396 - A new face flag `FT_FACE_FLAG_COLOR' has been added (to be