#How to mirror text
13 messages · Page 1 of 1 (latest)
However, that doesn't work if the font that produces the B is not identical for the top and the bottom part of the letter.
?r A#box(scale(x: -100%)[B])BA
No problem, though I'm unsure whether this is the only was to achieve this
?r
#let mirror(text) = {
box(scale(x: -100%)[#text])
}
A#mirror[B]BA
You might want to also put box in the mirror function then
that's fair!