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

Method getTextWrapping

src/Engine/Language.cpp:583–586  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

581 * @return Text wrapping.
582 */
583TextWrapping Language::getTextWrapping() const
584{
585 return _wrap;
586}
587
588}
589

Callers 1

processTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected