MCPcopy Create free account
hub / github.com/cinder/Cinder / GetDefaultCompressedFontDataTTF

Function GetDefaultCompressedFontDataTTF

src/imgui/imgui_draw.cpp:6319–6323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6317};
6318
6319static const char* GetDefaultCompressedFontDataTTF(int* out_size)
6320{
6321 *out_size = proggy_clean_ttf_compressed_size;
6322 return (const char*)proggy_clean_ttf_compressed_data;
6323}
6324#endif // #ifndef IMGUI_DISABLE_DEFAULT_FONT
6325
6326#endif // #ifndef IMGUI_DISABLE

Callers 1

AddFontDefaultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected