Using the APP-6D Dictionary Renderer I noticed that the labels always read left to right, no matter the map rotation.
Here's what I mean:


The labels get inverted at some point so as to always read left to right.
Is there an equivalent functionality for TextSymbols? TextSymbol Class | ArcGIS Maps SDK for Qt | Esri Developer
I tried to set the SymbolAngleAlignment to SymbolAngleAlignment::Map. The label correctly sticks to the map rotation, but is not inverted when the map rotation gets too big. In the following screenshots I used a TextSymbol instead of the Dictionary Renderer to render the symbol, as you can see the text is not inverted.


Is there a way to replicate this functionality using TextSymbols, or should we render labels using the Dictionary Renderer?