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

Method getTextDirection

src/Engine/Language.cpp:573–576  ·  view source on GitHub ↗

* Returns the direction to use for rendering * text in this language. * @return Text direction. */

Source from the content-addressed store, hash-verified

571 * @return Text direction.
572 */
573TextDirection Language::getTextDirection() const
574{
575 return _direction;
576}
577
578/**
579 * Returns the wrapping rules to use for rendering

Callers 2

getLineXMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected