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