Horizon
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
horizon::TextData Class Reference

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
 

The documentation for this class was generated from the following files: