Added
- New `tcod.console.get_height_rect` function, which can be used to get the
height of a print call without an existing console.
- New `tcod.tileset` module, with a `set_truetype_font` function.
Fixed
- The new print methods now handle alignment according to how they were
documented.
- `SDL2` and `OPENGL2` now support screenshots.
- Windows and MacOS builds now restrict exported SDL2 symbols to only
SDL 2.0.5; This will avoid hard to debug import errors when the wrong
version of SDL is dynamically linked.
- The root console now starts with a white foreground.