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

Method Font

src/Engine/Font.cpp:41–43  ·  view source on GitHub ↗

* Initializes the font with a blank surface. */

Source from the content-addressed store, hash-verified

39 * Initializes the font with a blank surface.
40 */
41Font::Font() : _surface(0), _width(0), _height(0), _spacing(0), _chars(), _monospace(false)
42{
43}
44
45/**
46 * Deletes the font's surface.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected