Skip to content

Commit 3f18a8e

Browse files
committed
[fonts] Add forgotten ImGuiStyle method
1 parent d7bb91d commit 3f18a8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

imgui-binding/src/main/java/imgui/ImGuiStyle.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,4 +440,8 @@ public final class ImGuiStyle {
440440
env->DeleteLocalRef(jColors);
441441
}
442442
*/
443+
444+
public native void scaleAllSizes(float scaleFactor); /*
445+
ImGui::GetStyle().ScaleAllSizes(scaleFactor);
446+
*/
443447
}

0 commit comments

Comments
 (0)