| 6317 | }; |
| 6318 | |
| 6319 | static 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 |