Nice, but it also adds spacing between characters inside a word. So, what I was asking is if I can stretch only spaces between words via key-value pairs in \framed, if possible, of course. Thank you very much.

Jairo :)

El vie, 26 de feb. de 2021 a la(s) 17:06, Wolfgang Schuster (wolfgang.schuster.lists@gmail.com) escribió:
Jairo A. del Rio schrieb am 26.02.2021 um 22:38:
> Hi list.
>
> Is there an interface for \hbox to <size> via framed? I think it's not
> the ConTeXt spirit to do something like
>
> \framed[offset=0cm]{\hbox to 10cm{Uno dos tres}}
>
> where spacing is stretched so all the available space is filled, so I
> want to know about a better way. Thank you beforehand.

\starttext

\framed{Uno dos tres}

\framed{\stretched[width=10cm]{Uno dos tres}}

\framed[width=10cm,align=normal]{\stretched{Uno dos tres}}

\stoptext

Wolfgang