#include <Font.h>
Inheritance diagram for GG::Font::FormattingTag:
Public Member Functions | |
FormattingTag (bool close) | |
virtual TextElementType | Type () const |
virtual int | OriginalStringChars () const |
Public Attributes | |
std::vector< std::string > | params |
std::string | original_tag_text |
const bool | close_tag |
Definition at line 145 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] |
virtual int GG::Font::FormattingTag::OriginalStringChars | ( | ) | const [virtual] |
Returns the number of characters in the original string that the element represents.
Reimplemented from GG::Font::TextElement.
std::vector<std::string> GG::Font::FormattingTag::params |
std::string GG::Font::FormattingTag::original_tag_text |
const bool GG::Font::FormattingTag::close_tag |