Specify a font to load after ImGui finishes rendering.
| 187 | |
| 188 | // Specify a font to load after ImGui finishes rendering. |
| 189 | void setPendingFont(const string path) |
| 190 | { |
| 191 | s_pendingFontPath = path; |
| 192 | } |
| 193 | |
| 194 | void loadDefaultFont(bool clearAtlas) |
| 195 | { |
no outgoing calls
no test coverage detected