HTML-tags in the ???Text??? object
Yes, this object does understand some simple HTML tags. Tags can be located
inside the text of an object. Tags are disabled by default; to enable them, either select the
???Allow HTML tags??? item in the object context menu, or enable the ???AllowHTMLTags???
property in the object inspector. Here is the list of supported tags: - bold text - text in italic - underlined text
<sub> - subscript - superscript
<font color> - font color
Notice that not too many tags are supported, but it is rather enough for the
majority of applications. It is impossible to modify font size and name; otherwise the
text-rendering unit in FastReport would become very complex.
Comments