I have a file-geodatabase with annotation feature classes where the displayed TextString for the features contains text formatting tags.
Here's an example:
<FNT name = 'Arial' size = '9,41'><CLR cyan= '0' magenta= '0' yellow= '0' black= '153'><ITA>SomeText</ITA></CLR></FNT>
When I view that Annotation feature class in ArcMap (v10.8.1) everything looks fine. However, when I open the same annotation in ArcGIS Pro (3.5) the texts on the map are displayed way to large.
I was able to narrow the problem down to the text-formatting-tags, because in the ArcPro Docs (Text formatting tags—ArcGIS Pro | Documentation) it is stated that "Formatting tags use a period as a decimal separator. They do not use the locale-specific character."
Which would explain why the text is displayed so large in ArcGIS Pro, since the font size of '9,41' is interpreted as '941'.
I can't alter the data and the geodatabase is supposed to work for ArcMap and ArcGIS Pro. Is there any way to make this work?