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

Method setSmall

src/Interface/TextButton.cpp:111–115  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

109* Changes the text to use the small-size font.
110*/
111void TextButton::setSmall()
112{
113 _text->setSmall();
114 _redraw = true;
115}
116
117/**
118* Returns the font currently used by the text.

Callers 1

TextButtonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected