MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / IsLoaded

Method IsLoaded

extern/imgui/imgui.h:2987–2987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2985 IMGUI_API const ImFontGlyph*FindGlyphNoFallback(ImWchar c) const;
2986 float GetCharAdvance(ImWchar c) const { return ((int)c < IndexAdvanceX.Size) ? IndexAdvanceX[(int)c] : FallbackAdvanceX; }
2987 bool IsLoaded() const { return ContainerAtlas != NULL; }
2988 const char* GetDebugName() const { return ConfigData ? ConfigData->Name : "<unknown>"; }
2989
2990 // 'max_width' stops rendering after a certain width (could be turned into a 2d size). FLT_MAX to disable.

Callers 3

NewFrameMethod · 0.80
SetCurrentFontMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected