#include <Font.h>

Public Member Functions | |
| FormattingTag (bool close) | |
| virtual TextElementType | Type () const |
Public Attributes | |
| std::vector< Substring > | params |
| Substring | tag_name |
| const bool | close_tag |
Definition at line 243 of file Font.h.
| GG::Font::FormattingTag::FormattingTag | ( | bool | close | ) |
Ctor. close indicates that the tag is a close-tag (e.g. "</rgba>").
| virtual TextElementType GG::Font::FormattingTag::Type | ( | ) | const [virtual] |
Returns the TextElementType of the element.
Reimplemented from GG::Font::TextElement.
| std::vector<Substring> GG::Font::FormattingTag::params |
| const bool GG::Font::FormattingTag::close_tag |
1.5.9