Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1479 static int stbtt_GetFontOffsetForIndex_internal(STBTT_STREAM_TYPE font_collection, int index) argument
1481 static int stbtt_GetFontOffsetForIndex_internal(unsigned char * font_collection, int index)
1485 if(stbtt__isfont(font_collection, 0))
1491 STBTT_STREAM_SEEK(font_collection, 0);
1492 STBTT_STREAM_READ(font_collection, buf, 4);
1495 if(stbtt_tag(font_collection, "ttcf")) {
1498 if(ttULONG(font_collection, 4) == 0x00010000 || ttULONG(font_collection, 4) == 0x00020000) {
1499 stbtt_int32 n = ttLONG(font_collection, 8);
1502 return ttULONG(font_collection, 12 + index * 4);
1508 static int stbtt_GetNumberOfFonts_internal(STBTT_STREAM_TYPE font_collection) argument
[all …]