MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / GetDebugName

Method GetDebugName

plugins/Cardinal/src/DearImGui/imgui.h:2771–2771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2769 float GetCharAdvance(ImWchar c) const { return ((int)c < IndexAdvanceX.Size) ? IndexAdvanceX[(int)c] : FallbackAdvanceX; }
2770 bool IsLoaded() const { return ContainerAtlas != NULL; }
2771 const char* GetDebugName() const { return ConfigData ? ConfigData->Name : "<unknown>"; }
2772
2773 // 'max_width' stops rendering after a certain width (could be turned into a 2d size). FLT_MAX to disable.
2774 // 'wrap_width' enable automatic word-wrapping across multiple lines to fit into given width. 0.0f to disable.

Callers 1

ShowFontSelectorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected