DUDS
Distributed Update of Data from Something
BppFont.cpp File Reference
Include dependency graph for BppFont.cpp:

Go to the source code of this file.

Classes

struct  duds::ui::graphics::LineDimensions
 Information on a line. More...
 

Namespaces

 duds
 
 duds::ui
 Holds user interface related code.
 
 duds::ui::graphics
 General graphics related code.
 

Typedefs

typedef std::vector< LineDimensions > duds::ui::graphics::DimVec
 Information on each line of text to render. More...
 
typedef std::vector< const BppImage * > duds::ui::graphics::ImageVec
 Used to hold all the glyphs needed to render a string. More...
 

Variables

static std::wstring_convert< std::codecvt_utf8< char32_t >, char32_t > duds::ui::graphics::conv
 String converter; UTF-8 to/from UTF-32. More...