Notifications
Clear all
[Closed] imgTag vs UI scaling
Oct 17, 2022 12:14 pm
Hey guys!
I’m trying to use imgTag in my rollout interface, the problem is that my client uses 125% interface scaling on his side, imgTag image becomes roughly resized and looks UGLY.
Is there any way to force imgTag bitmap to stick with 1:1 scaling?
2 Replies
Oct 17, 2022 12:14 pm
What about this:
<ImgTag>.applyUIScaling bool
Specifies whether to apply scaling on high-DPI displays.
Or check if the scaling is used and resize the imgtag(applied bitmap) accordingly.
Oct 17, 2022 12:14 pm
Hooray!
It even works like this:
imgTag logoTag bitmap:logobm align:#center offset:[0, -5] applyUIScaling:false
Thank you, Buddy.