MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getAlign

Method getAlign

src/Interface/Text.cpp:237–240  ·  view source on GitHub ↗

* Returns the way the text is aligned horizontally * relative to the drawing area. * @return Horizontal alignment. */

Source from the content-addressed store, hash-verified

235 * @return Horizontal alignment.
236 */
237TextHAlign Text::getAlign() const
238{
239 return _align;
240}
241
242/**
243 * Changes the way the text is aligned vertically

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected