|
CardGame
Rogue-like card videogame
|
Defines a rectangular text slot within a rendered card grid. More...
#include <cardRenderer.h>
Public Attributes | |
| int | rowIndex |
| int | columnIndex |
| int | maxWidth |
| SlotAlignment | alignment |
Defines a rectangular text slot within a rendered card grid.
A Slot identifies a row/column position and a fixed width. Text written to the slot is pre-formatted to maxWidth characters using the specified alignment.
| SlotAlignment Slot::alignment |
| int Slot::columnIndex |
| int Slot::maxWidth |
| int Slot::rowIndex |