Searched refs:kern (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 748 … int loca, head, glyf, hhea, hmtx, kern, gpos, svg; // table locations as offset from start of .ttf member 1582 info->kern = stbtt__find_table(data, fontstart, "kern"); // not required 2566 if(!info->kern) 2568 if(ttUSHORT(info->data, 2 + info->kern) < 1) // number of tables, need at least 1 2570 if(ttUSHORT(info->data, 8 + info->kern) != 1) // horizontal flag must be set in format 2573 return ttUSHORT(info->data, 10 + info->kern); 2581 if(!info->kern) 2583 if(ttUSHORT(info->data, 2 + info->kern) < 1) // number of tables, need at least 1 2585 if(ttUSHORT(info->data, 8 + info->kern) != 1) // horizontal flag must be set in format 2588 length = ttUSHORT(info->data, 10 + info->kern); [all …]
|