MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / refresh_end

Method refresh_end

src/SB/Core/x/xFont.cpp:1475–1484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1473}
1474
1475void xtextbox::layout::refresh_end(const xtextbox& tb)
1476{
1477 size_t texts_size = this->tb.texts_size;
1478
1479 if (texts_size > tb.texts_size)
1480 {
1481 this->tb = tb;
1482 calc(tb, texts_size);
1483 }
1484}
1485
1486void xtextbox::layout::clear()
1487{

Callers 1

add_textMethod · 0.80

Calls 1

calcFunction · 0.85

Tested by

no test coverage detected