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

Method setSmall

src/Interface/Text.cpp:125–129  ·  view source on GitHub ↗

* Changes the text to use the small-size font. */

Source from the content-addressed store, hash-verified

123 * Changes the text to use the small-size font.
124 */
125void Text::setSmall()
126{
127 _font = _small;
128 processText();
129}
130
131/**
132 * Returns the font currently used by the text.

Callers 2

MapMethod · 0.45
GeoscapeStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected