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

Method getSurface

src/Engine/Font.cpp:255–258  ·  view source on GitHub ↗

* Returns the surface stored within the font. Used for loading the * actual graphic into the font. * @return Pointer to the internal surface. */

Source from the content-addressed store, hash-verified

253 * @return Pointer to the internal surface.
254 */
255Surface *Font::getSurface() const
256{
257 return _surface;
258}
259
260void Font::fix(const std::string &file, int width)
261{

Callers 15

flipWithZoomMethod · 0.45
loadTerminalMethod · 0.45
fixMethod · 0.45
runMethod · 0.45
COLORS256Function · 0.45
DECODE_COLORFunction · 0.45
FlcInitFunction · 0.45
FlcDeInitFunction · 0.45
FlcMainFunction · 0.45
blitMethod · 0.45
applyBattlescapeThemeMethod · 0.45
blitMethod · 0.45

Calls

no outgoing calls

Tested by 4

TestStateMethod · 0.36
blitMethod · 0.36
ResearchCompleteStateMethod · 0.36