Searched refs:stbtt_tag (Results 1 – 1 of 1) sorted by relevance
976 #define stbtt_tag(p,str) stbtt_tag4(p,str[0],str[1],str[2],str[3]) macro982 if (stbtt_tag(font, "typ1")) return 1; // TrueType with type 1 font -- we don't support this! in stbtt__isfont()983 if (stbtt_tag(font, "OTTO")) return 1; // OpenType with CFF in stbtt__isfont()996 if (stbtt_tag(data+loc+0, tag)) in stbtt__find_table()1009 if (stbtt_tag(font_collection, "ttcf")) { in stbtt_GetFontOffsetForIndex()