public class NFLabel
The NFLabel class supports the display of multi-line labels with or without a corresponding background region, as defined by NFRegion. If a region is defined, it is automatically sized to fit around the label, regardless of the number of lines required by the label.
Within an HTML file, the following parameters (as supported by NFParam) can be used to specify the attributes of a label:
"Label" - The string value of the label. Newlines may be used to define multi-line labels.
Color - Color of text. See NFColor for values.
"FontName" - Font name for label.
FontSize - Numeric font size
Angle - Numeric angle of rotation (in degrees). For non-zero angles, the label will be rotated counter-clockwise.