MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / CalcWordWrapPosition

Method CalcWordWrapPosition

include/imgui/imgui_draw.cpp:5639–5642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5637}
5638
5639const char* ImFont::CalcWordWrapPosition(float size, const char* text, const char* text_end, float wrap_width)
5640{
5641 return ImFontCalcWordWrapPositionEx(this, size, text, text_end, wrap_width, ImDrawTextFlags_None);
5642}
5643
5644ImVec2 ImFontCalcTextSizeEx(ImFont* font, float size, float max_width, float wrap_width, const char* text_begin, const char* text_end_display, const char* text_end, const char** out_remaining, ImVec2* out_offset, ImDrawTextFlags flags)
5645{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected