* Enables/disables high contrast color. Mostly used for * Battlescape UI. * @param contrast High contrast setting. */
| 213 | * @param contrast High contrast setting. |
| 214 | */ |
| 215 | void Text::setHighContrast(bool contrast) |
| 216 | { |
| 217 | _contrast = contrast; |
| 218 | _redraw = true; |
| 219 | } |
| 220 | |
| 221 | /** |
| 222 | * Changes the way the text is aligned horizontally |
no outgoing calls
no test coverage detected