Shortcut for PushTextWrapPos(0.0f); Text(fmt, ...); PopTextWrapPos();. Note that this won't work on an auto-resizing window if there's no other widgets to extend the window width, yoy may need to set a size using SetNextWindowSize().
(final String text)
| 2974 | * yoy may need to set a size using SetNextWindowSize(). |
| 2975 | */ |
| 2976 | public static void textWrapped(final String text) { |
| 2977 | nTextWrapped(text); |
| 2978 | } |
| 2979 | |
| 2980 | private static native void nTextWrapped(String text); /*MANUAL |
| 2981 | auto text = obj_text == NULL ? NULL : (char*)env->GetStringUTFChars(obj_text, JNI_FALSE); |