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

Method getFont

src/Interface/Text.cpp:135–138  ·  view source on GitHub ↗

* Returns the font currently used by the text. * @return Pointer to font. */

Source from the content-addressed store, hash-verified

133 * @return Pointer to font.
134 */
135Font *Text::getFont() const
136{
137 return _font;
138}
139
140/**
141 * Changes the various resources needed for text rendering.

Callers 14

addMethod · 0.45
MapMethod · 0.45
setPaletteMethod · 0.45
ActionMenuItemMethod · 0.45
InventoryMethod · 0.45
drawGridMethod · 0.45
OptionsAdvancedStateMethod · 0.45
OptionsModsStateMethod · 0.45
GeoscapeStateMethod · 0.45
drawDetailMethod · 0.45
drawMethod · 0.45
exceedsMaxWidthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected