(Breaking) Fonts: removed PushFontSize(), PopFontSize().

This commit is contained in:
ocornut
2025-06-24 19:09:51 +02:00
parent ca72eb0596
commit 97e0d59619
8 changed files with 11 additions and 28 deletions
+1 -1
View File
@@ -572,7 +572,7 @@ Since 1.92 (June 2025) fonts may be dynamically used at any size.
To change font size:
```cpp
ImGui::PushFontSize(42.0f);
ImGui::PushFont(NULL, 42.0f);
```
To change font and font size:
```cpp