Class to store an Text of an Object. More...
#include <TmxText.h>
Public Member Functions | |
| Text () | |
| Construct text with the given options. | |
| std::string | GetFontFamily () const noexcept |
| int | GetPixelSize () const noexcept |
| bool | Wraps () const noexcept |
| Color * | GetColor () const noexcept |
| bool | IsBold () const noexcept |
| bool | IsItalic () const noexcept |
| bool | IsUnderline () const noexcept |
| bool | IsStrikeout () const noexcept |
| bool | UseKerning () const noexcept |
| HorizontalAlignment | GetHorizontalAlignment () const noexcept |
| VerticalAlignment | GetVerticalAlignment () const noexcept |
| void | Parse (const tinyxml2::XMLNode *textNode) |
| Parse the text node. | |
1.8.6