```Hi, Wear os compose team, I would like to ask, ...
# compose-wear
l
Copy code
Hi, Wear os compose team, I would like to ask, is it possible to automatically scale the text in tiles within a certain width and height limit.

Because I am facing a problem here: when the user increases the display size of the watch through the system map settings, the text on the Tiles is cut by the screen.
y
This group isn't monitored by the Tiles developers, so not sure you'll get an answer. I suspect not, so maybe raise a feature request.
Is this just for a title, or other text? I'd suggest also thinking about localisation, as it's quite possible that if you optimise for say english, some other translation may be much longer and end up smaller. You would be fighting the users intentions. So use sparingly.
l
Watch-Tiles.jpeg
Copy code
Tiles is a card that can be quickly accessed on the watch. When the system font is increased, the layout of Tiles is obviously unbalanced.
Thanks.
a
Hey - just to confirm what Yuri mentioned, this isn’t currently supported. We’ll consider it as a feature request for the next version of Tiles.
y
Summary of current APIs • protolayout is only Sp (so scaled) • material components use styles (alias to Sp?)
l
I am currently using Sp, and I don't know if that's what you mean, Yuri
y
Yep, wasn't a solution. Just the choices available.