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

Method GetDebugName

include/imgui/imgui.h:3842–3842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 3

DebugNodeFontMethod · 0.80
ShowFontSelectorMethod · 0.80
ImFontAtlasBakedDiscardFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected