Labeling features within the TatukGIS visual layer property control (DK, Editor, free Viewer products) provide for creating HTML formatted labels for complex label presentation, such as with values from multiple fields, multiple lines, line breaks, numeric formatting, Boolean formatting, date formatting, multiple colors, and multiple fonts.
Label.Value is interpreted as HTML text. For example:
Label.Value = {name}<hr><b>{area,”#.00”}</b>
Implemented HTML markers are:
- Typical HTML tags like:
<B> <STRONG> <I> <U> <BR> <HR> <FONT>
- ESRI tags like:
<BOL> <ITA> <UND> <ACP> <SCP> <FNT> <CLR>
- Other tags like:
<NBSP>
- Special symbols like:
& < >
A full description of label formatting is available at documentation Wiki.