MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getPalette

Method getPalette

framework/font.cpp:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87sp<Palette> BitmapFont::getPalette() const { return this->palette; }
88
89sp<BitmapFont> BitmapFont::loadFont(const std::map<char32_t, UString> &glyphMap, int spaceWidth,
90 int fontHeight, int kerning, UString fontName,

Callers 4

TextEditMethod · 0.45
renderMethod · 0.45
TickerMethod · 0.45
LabelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected