Hi All,
I am using the following Expression to drive my Font Size based on the column (in ArcMap):
"<FNT size = '" & [TEXT_SIZE] & "' > " & [TEXTSTRING] & " </FNT>"
Works great but the font is in Ponts. I would like to have the FONT to be in FEET. They are fixed Feet on the ground.
For example, I have a label that should be exactly 10 feet high on the ground.
What can I do to my expression to use feet?
thanks
gordon