on mac?
I tried changing the font size on my mac but it didnt have any effect even after restarting my desktop app.
PS: it doesnt have to be a system setting. I am trying to test my resizable ui
Alex Styl
06/11/2024, 11:03 AM
On Android this option 'Font Size' (see screenshot) does affect the rendered
sp
text (doesnt need a restart)
r
rob42
06/11/2024, 11:37 AM
It's not implemented on Compose Desktop (doesn't work on windows either). I believe there's a TODO in the code somewhere when I went looking for it
👍 1
rob42
06/11/2024, 11:41 AM
I have a TODO in my own code to manually implement this by pulling from the registry on windows, so let me know if you find anything first :)