D | imgui_draw.cpp | 1176 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const c… in AddText() function in ImDrawList 1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) in AddText() function in ImDrawList 1207 AddText(NULL, 0.0f, pos, col, text_begin, text_end); in AddText() 2355 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) in AddText() function in ImFontGlyphRangesBuilder
|