DUDS
Distributed Update of Data from Something
duds::ui::graphics::BppStringCache::BppString Struct Reference

Stores an image and the data used to create it using the font. More...

Collaboration diagram for duds::ui::graphics::BppStringCache::BppString:

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...
 

Detailed Description

Stores an image and the data used to create it using the font.

Definition at line 36 of file BppStringCache.hpp.

Member Data Documentation

◆ flags

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().

◆ img

ConstBppImageSptr duds::ui::graphics::BppStringCache::BppString::img

The rendered image of the text.

Definition at line 40 of file BppStringCache.hpp.

◆ text

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().


The documentation for this struct was generated from the following file: