You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there support for highlighting text on the app?
For now it just acts like an image, meaning I can't copy numbers that I show on the application, and that's a problem when I want to have a log. Just asking if there's support because I didn't find anything in the demo window.
Also every font I use is blurry (???) except the default one for some reason. And also the default font becomes blurry when I tweak the scale (io.FontGlobalScale). But I think that's related to DPI stuff
Screenshots/Video:
Text in notepad:
While text in the app:
Apart from its blurriness, it is also not selectable, in the sense I can't highlight it and copy it. I don't want to use the in-built functions like CopyToClipboard because this extends further than just copying the text. I really want to highlight it, like it's actual text XD
Minimal, Complete and Verifiable Example code:
No response
The text was updated successfully, but these errors were encountered:
Also every font I use is blurry (???) except the default one for some reason. And also the default font becomes blurry when I tweak the scale (io.FontGlobalScale). But I think that's related to DPI stuff
Please don’t ask two unrelated questions in the same topic, as it makes it harder to label them and to allow other users to research information. Your app is probably not DPI enabled so Windows is upscaling it. We provide a helper function in the win32 backend to make your process dpi aware, but there are other ways (in theory you should setup an app manifest for it, but i find the function call easier).
Version/Branch of Dear ImGui:
Version 1.91.7, Branch: docking
Back-ends:
imgui_impl_win32.cpp + imgui_impl_dx11.cpp
Compiler, OS:
Windows 11
Full config/build information:
No response
Details:
Is there support for highlighting text on the app?
For now it just acts like an image, meaning I can't copy numbers that I show on the application, and that's a problem when I want to have a log. Just asking if there's support because I didn't find anything in the demo window.
Also every font I use is blurry (???) except the default one for some reason. And also the default font becomes blurry when I tweak the scale (io.FontGlobalScale). But I think that's related to DPI stuff
Screenshots/Video:
Text in notepad:


While text in the app:
Apart from its blurriness, it is also not selectable, in the sense I can't highlight it and copy it. I don't want to use the in-built functions like CopyToClipboard because this extends further than just copying the text. I really want to highlight it, like it's actual text XD
Minimal, Complete and Verifiable Example code:
No response
The text was updated successfully, but these errors were encountered: