|
DUDS
|
Distributed Update of Data from Something
|
Stores an image and the data used to create it using the font. More...
Public Attributes | |
| BppFont::Flags | flags |
| The font rendering flags. More... | |
| ConstBppImageSptr | img |
| The rendered image of the text. More... | |
| std::u32string | text |
| The text rendered into img. More... | |
Stores an image and the data used to create it using the font.
Definition at line 36 of file BppStringCache.hpp.
| BppFont::Flags duds::ui::graphics::BppStringCache::BppString::flags |
The font rendering flags.
Definition at line 48 of file BppStringCache.hpp.
Referenced by duds::ui::graphics::BppStringCache::strings().
| ConstBppImageSptr duds::ui::graphics::BppStringCache::BppString::img |
The rendered image of the text.
Definition at line 40 of file BppStringCache.hpp.
| std::u32string duds::ui::graphics::BppStringCache::BppString::text |
The text rendered into img.
Definition at line 44 of file BppStringCache.hpp.
Referenced by duds::ui::graphics::BppStringCache::strings().