| 3840 | IMGUI_API bool IsGlyphInFont(ImWchar c); |
| 3841 | bool IsLoaded() const { return ContainerAtlas != NULL; } |
| 3842 | const char* GetDebugName() const { return Sources.Size ? Sources[0]->Name : "<unknown>"; } // Fill ImFontConfig::Name. |
| 3843 | |
| 3844 | // [Internal] Don't use! |
| 3845 | // 'max_width' stops rendering after a certain width (could be turned into a 2d size). FLT_MAX to disable. |
no outgoing calls
no test coverage detected