|
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 |
|
|
_< 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 |
|
The documentation for this struct was generated from the following files:
- aui.views/src/AUI/Font/AFontStyle.h
- aui.views/src/AUI/Font/AFontStyle.cpp