| 238 | } |
| 239 | |
| 240 | dmhash_t ResolvePathCallback(dmGui::HScene scene, const char* path) |
| 241 | { |
| 242 | return dmHashBuffer64(path, strlen(path)); |
| 243 | } |
| 244 | |
| 245 | void GetTextMetricsCallback(const void* font, const char* text, float width, bool line_break, float leading, float tracking, dmGui::TextMetrics* out_metrics) |
| 246 | { |
nothing calls this directly
no test coverage detected