Home
last modified time | relevance | path

Searched refs:stbtt_tag (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1430 #define stbtt_tag(p,str) stbtt_tag4(p,str[0],str[1],str[2],str[3]) macro
1446 if(stbtt_tag(font, "typ1")) return 1; // TrueType with type 1 font -- we don't support this! in stbtt__isfont()
1447 if(stbtt_tag(font, "OTTO")) return 1; // OpenType with CFF in stbtt__isfont()
1449 if(stbtt_tag(font, "true")) return 1; // Apple specification for TrueType fonts in stbtt__isfont()
1469 if(stbtt_tag(buf, tag)) in stbtt__find_table()
1472 if(stbtt_tag(data + loc + 0, tag)) in stbtt__find_table()
1493 if(stbtt_tag(buf, "ttcf")) {
1495 if(stbtt_tag(font_collection, "ttcf")) {
1522 if(stbtt_tag(buf, "ttcf")) {
1524 if(stbtt_tag(font_collection, "ttcf")) {