Skip to content

Commit

Permalink
add font size
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Dec 4, 2023
1 parent 6e0d825 commit 0b467c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imgui/generator/src/main/cpp/imgui.idl
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ interface ImFontAtlas {
};

interface ImFont {
attribute float FontSize;
};

interface ImGuiStyle {
Expand Down

0 comments on commit 0b467c8

Please sign in to comment.