#include <graphics/YiTextEngine.h>
Public Member Functions | |
| YI_TEXT_STYLE () | |
| bool | operator< (YI_TEXT_STYLE const &other) const |
| bool | operator== (YI_TEXT_STYLE const &other) const |
Public Attributes | |
| ssize_t | nFontID |
| float | fFontSize |
| float | fLeading |
| YI_SCRIPT_MODE | eScriptMode |
| float | fBaselineShift |
| float | fTracking |
| float | fKerning |
| CYIColor | Color |
| YI_TEXT_LINE_STYLE | eTextLineStyle |
| uint32_t | uLastCodepointIndex |
| YI_TEXT_STYLE::YI_TEXT_STYLE | ( | ) |
| bool YI_TEXT_STYLE::operator< | ( | YI_TEXT_STYLE const & | other | ) | const |
| bool YI_TEXT_STYLE::operator== | ( | YI_TEXT_STYLE const & | other | ) | const |
| CYIColor YI_TEXT_STYLE::Color |
| YI_SCRIPT_MODE YI_TEXT_STYLE::eScriptMode |
| YI_TEXT_LINE_STYLE YI_TEXT_STYLE::eTextLineStyle |
| float YI_TEXT_STYLE::fBaselineShift |
| float YI_TEXT_STYLE::fFontSize |
| float YI_TEXT_STYLE::fKerning |
| float YI_TEXT_STYLE::fLeading |
| float YI_TEXT_STYLE::fTracking |
| ssize_t YI_TEXT_STYLE::nFontID |
| uint32_t YI_TEXT_STYLE::uLastCodepointIndex |