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

Method setBig

src/Interface/Text.cpp:116–120  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

114 * Changes the text to use the big-size font.
115 */
116void Text::setBig()
117{
118 _font = _big;
119 processText();
120}
121
122/**
123 * Changes the text to use the small-size font.

Callers 15

InfoboxOKStateMethod · 0.45
InventoryStateMethod · 0.45
initMethod · 0.45
BriefingStateMethod · 0.45
NoContainmentStateMethod · 0.45
initTextMethod · 0.45
MiniMapStateMethod · 0.45
ActionMenuItemMethod · 0.45
PrimeGrenadeStateMethod · 0.45
NextTurnStateMethod · 0.45
DebriefingStateMethod · 0.45
MedikitStateMethod · 0.45

Calls

no outgoing calls

Tested by 2

ResearchCompleteStateMethod · 0.36