3 Apr
2022
3 Apr
'22
2:36 a.m.
Hi all, The following code produces framed text areas, each having different justification: \definefont [TextFontEmoji] [OpenSansEmoji] \definefontfamily [TextFont] [rm] [LibreBaskerville] \setupbodyfont [TextFont] \starttext \startframedtext \TextFontEmoji \input ward \stopframedtext \startframedtext \input ward \stopframedtext \stoptext How would you ensure that both text areas remain fully justified? Thank you!