Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ draw
Function
draw
TheForceEngine/TFE_Ui/markdown.cpp:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void draw(const char* text)
64
{
65
ImGui::PushFont(s_baseFont);
66
ImGui::Markdown(text, strlen(text), s_mdConfig);
67
ImGui::PopFont();
68
}
69
70
void registerLocalLinkCB(LocalLinkCallback cb)
71
{
Callers
3
main
Function · 0.50
draw
Method · 0.50
draw
Method · 0.50
Calls
1
Markdown
Function · 0.85
Tested by
no test coverage detected