Lines Matching refs:TextWrapped

361             ImGui::TextWrapped("The logging API redirects all text output so you can easily capture the content of a window or a block. Tree nodes can be automatically expanded.");
364 ImGui::TextWrapped("You can also call ImGui::LogText() to output directly to the log without a visual output.");
670 ImGui::TextWrapped("This text should automatically wrap on the edge of the window. The current implementation for text wrapping follows simple rules suitable for English and possibly other languages.");
705 ImGui::TextWrapped("CJK text will only appears if the font was loaded with the appropriate CJK character ranges. Call io.Font->AddFontFromFileTTF() manually to load extra character ranges. Read misc/fonts/README.txt for details.");
719 ImGui::TextWrapped("Below we are displaying the font texture (which is the only texture we have access to in this demo). Use the 'ImTextureID' type as storage to pass pointers or identifier to your own texture data. Hover the texture for a zoomed view!");
749 ImGui::TextWrapped("And now some textured buttons..");
1680 ImGui::TextWrapped("(Use ImGui::SameLine() to keep adding items to the right of the preceding item)");
2027 ImGui::TextWrapped("On a per-widget basis we are occasionally clipping text CPU-side if it won't fit in its frame. Otherwise we are doing coarser clipping + passing a scissor rectangle to the renderer. The system is designed to try minimizing both execution and CPU/GPU rendering cost.");
2029 ImGui::TextWrapped("(Click and drag)");
2063 ImGui::TextWrapped("When a popup is active, it inhibits interacting with windows that are behind the popup. Clicking outside the popup closes it.");
2176 ImGui::TextWrapped("Modal windows are like popups but the user cannot close them by clicking outside the window.");
2246 ImGui::TextWrapped("Below we are testing adding menu items to a regular window. It's rather unusual but should work!");
2352 ImGui::TextWrapped("The quick brown fox jumps over the lazy dog.");
2353 ImGui::TextWrapped("Hello Left");
2355 ImGui::TextWrapped("The quick brown fox jumps over the lazy dog.");
2356 ImGui::TextWrapped("Hello Right");
2558 ImGui::TextWrapped("NB: Cursor & selection are preserved when refocusing last used item in code.");
2564 ImGui::TextWrapped("You can use ImGui::GetMouseDragDelta(0) to query for the dragged amount on any widget.");
3193 ImGui::TextWrapped("This example implements a console with basic coloring, completion and history. A more elaborate implementation may want to store entries along with extra data such as timestamp, emitter, etc.");
3194 ImGui::TextWrapped("Enter 'HELP' for help, press TAB to use text completion.");
3641 ImGui::TextWrapped("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ");
4080 ImGui::TextWrapped("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.");