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

Method setFont

forms/textbutton.cpp:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127sp<BitmapFont> TextButton::getFont() const { return label->getFont(); }
128
129void TextButton::setFont(sp<BitmapFont> NewFont) { label->setFont(NewFont); }
130
131sp<Control> TextButton::copyTo(sp<Control> CopyParent)
132{

Callers 1

configureSelfFromXmlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected