ImGui::GetTextLineHeightWithSpacing() and Fonts #313
davemoore22
started this conversation in
General
Replies: 1 comment
-
Same applies to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Putting it here as its not really a bug per se, but I notice that stuff like
ImGui::GetTextLineHeightWithSpacing()
seems to default to using the default font for calculations in a much more strict way in imgui-sfml than it does using, say ImGui with an SDL2/OpenGL backend.Its really not a big deal, I just need to remember to set the correct font inside the current scope before using
ImGui::GetTextLineHeightWithSpacing()
. Its probably a good thing in general, but I thought I would remark on it.In any case, imgui-sfml is awesome and incredible, so nice one!
Beta Was this translation helpful? Give feedback.
All reactions