Searched refs:compressed_ttf_data_base85 (Results 1 – 1 of 1) sorted by relevance
1656 ImFont* ImFontAtlas::AddFontFromMemoryCompressedBase85TTF(const char* compressed_ttf_data_base85, f… in AddFontFromMemoryCompressedBase85TTF() argument1658 int compressed_ttf_size = (((int)strlen(compressed_ttf_data_base85) + 4) / 5) * 4; in AddFontFromMemoryCompressedBase85TTF()1660 Decode85((const unsigned char*)compressed_ttf_data_base85, (unsigned char*)compressed_ttf); in AddFontFromMemoryCompressedBase85TTF()