Select to view content in your preferred language

ArcGIS Pro underlining issue with Annotations

58
2
Sunday
MarkSenne
Emerging Contributor

I'm having issues with label formatting with annotations in ArcGIS Pro. The label doesn't seem to register the additional spaces at the end of the label. So for example my labeling script is as follows:
<FNT style="Bold">KB-2030-SS07
</FNT><UND>ANALYTE 0-0.5' 0.5-2' 2-3'     
</UND>PFOS 494 ab 1030 ab 222 ab/245 ab

 

but my issue is that I want the under line to go all the way to the end of the results (see examples), has anyone had success with this?

 

Bad label.jpg = how the label format looks even though I have extra spaces after the 2-3' in the label script (ArcMap would register these extra spaces but ArcGIS Pro clearly isn't, unless I'm missing something)

Good label.jpg = how I want the label to appear (drew in red underline to show what I want) manually drawing in underlines for each label just isn't feasible practice when there are potentially 50+ labels on the map

 

 

 

Tags (2)
0 Kudos
2 Replies

MErikReedAugusta_0-1737982224664.png

The first thing I'd check is whether those spaces are actually printing in the label.  In the Label Class pane, there's a checkbox to remove extra spaces.  Make sure it's unchecked, and see if you're still having this problem.

That said, the better way to fix this is likely by using PART formatting tags, and a composite callout:

MErikReedAugusta_1-1737982362787.png

 

You should be able to set things up so that the line that you're currently trying to underline goes in the MIDDLE part, and then put a line at the bottom of the part, if memory serves.  The only thing I'm not sure of is how that will interact with your current whole-label border.  Might take some tinkering to get what you want.

------------------------------
M Reed
"The pessimist may be right oftener than the optimist, but the optimist has more fun, and neither can stop the march of events anyhow." — Robert A. Heinlein, in Time Enough for Love
0 Kudos
MarkSenne
Emerging Contributor

Thanks so much for the reply. Your initial comment has to do with Label Manager and I've used this in the past to some success but that still doesn't allow for extra spaces after text on the headers when converting to Annotation. The composite didn't solve my solution either BUT THERE IS HOPE! I figured it out....if you use Alt+0160 (non-breaking space) instead of a space (using space bar) then this solves my issue. Very strange but a fix nonetheless.