GG
|
The type of TextElement that represents a text formatting tag. More...
#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 |
The type of TextElement that represents a text formatting tag.
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 |