Examples
Basic Examples (2)
Write text upside-down:
Write that result upside-down too:
Scope (2)
UpsideDownTextConvert works on sequences of lines. Consider the random haiku (obtained with the resource function RandomEnglishHaiku):
Here is the corresponding upside down version:
Here we split into verses and make the upside down versions (by invoking UpsideDownTextConvert only once):
Certain special characters are also inverted:
Properties and Relations (2)
It is natural to use UpsideDownTextConvert with FlipView (clicking on the output flips it):
ImageReflect can be used to produce images that resemble the output of UpsideDownTextConvert. Here is a text:
Here is a transformation of the text above with ImageReflect:
Compare with the output of UpsideDownTextConvert:
Possible Issues (1)
Some special symbols do not have upside-down equivalents. In some cases the results might be confusing:
Neat Examples (1)
Show a haiku along with its upside down form:
Publisher
Anton Antonov
Related Links
Requirements
Wolfram Language 12.3
(May 2021) or above
Version History
-
1.0.1
– 19 August 2024
-
1.0.0
– 16 August 2024
Related Resources