Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h750 … int loca, head, glyf, hhea, hmtx, kern, gpos, svg; // table locations as offset from start of .ttf member
1590 info->kern = stbtt__find_table(data, fontstart, "kern"); // not required
2574 if(!info->kern)
2576 if(ttUSHORT(info->data, 2 + info->kern) < 1) // number of tables, need at least 1
2578 if(ttUSHORT(info->data, 8 + info->kern) != 1) // horizontal flag must be set in format
2581 return ttUSHORT(info->data, 10 + info->kern);
2589 if(!info->kern)
2591 if(ttUSHORT(info->data, 2 + info->kern) < 1) // number of tables, need at least 1
2593 if(ttUSHORT(info->data, 8 + info->kern) != 1) // horizontal flag must be set in format
2596 length = ttUSHORT(info->data, 10 + info->kern);
[all …]