AUI Framework
master
Cross-platform base for C++ UI apps
|
Public Member Functions# | |
size_t | getWidth (const AString &text) const |
template<class Iterator> | |
size_t | getWidth (Iterator begin, Iterator end) const |
AFont::Character & | getCharacter (char32_t c) |
size_t | getSpaceWidth () const |
size_t | getLineHeight () const |
AFont::FontEntry | getFontEntry () const |
operator AFont::FontEntry () const | |
bool | operator== (const AFontStyle &) const noexcept=default |
bool | operator!= (const AFontStyle &) const noexcept=default |
Signals and public fields# | |
_< AFont > | font = AFontManager::inst().getDefaultFont() |
unsigned | size = 12 |
bool | formatting = false |
ATextAlign | align = ATextAlign::LEFT |
bool | bold = false |
bool | italic = false |
FontRendering | fontRendering = FontRendering::SUBPIXEL |
float | lineSpacing = 0.5f |