MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / onSizeChanged

Method onSizeChanged

src/components/TextComponent.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void TextComponent::onSizeChanged()
21{
22 mAutoCalcExtent << (getSize().x() == 0), (getSize().y() == 0);
23 calculateExtent();
24}
25
26void TextComponent::setFont(std::shared_ptr<Font> font)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected