Horizon
|
Public Types | |
enum class | Font { SMALL , SMALL_ITALIC , SIMPLEX , COMPLEX_SMALL , COMPLEX_SMALL_ITALIC , DUPLEX , COMPLEX , COMPLEX_ITALIC , TRIPLEX , TRIPLEX_ITALIC , SCRIPT_SIMPLEX , SCRIPT_COMPLEX } |
using | Buffer = std::vector< std::pair< Coordi, Coordi > > |
Public Member Functions | |
TextData (Buffer &buf, const std::string &s, Font font=Font::SIMPLEX) | |
Static Public Member Functions | |
static std::string | trim (const std::string &s) |
Public Attributes | |
Buffer & | lines |
int | ymin = 0 |
int | ymax = 0 |
int | xmin = 100 |
int | xmax = 0 |
int | xright = 0 |