Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h755 stbtt__buf charstrings; // the charstring index member
1602 stbtt_uint32 cstype = 2, charstrings = 0, fdarrayoff = 0, fdselectoff = 0; local
1633 stbtt__dict_get_ints(&topdict, 17, 1, &charstrings);
1641 if(charstrings == 0) return 0;
1651 stbtt__buf_seek(&b, charstrings);
1652 info->charstrings = stbtt__cff_get_index(&b);
2267 b = stbtt__cff_index_get(info->charstrings, glyph_index);