MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Reflow

Method Reflow

src/gfx_layout_fallback.cpp:202–205  ·  view source on GitHub ↗

* Reset the position to the start of the paragraph. */

Source from the content-addressed store, hash-verified

200 * Reset the position to the start of the paragraph.
201 */
202void FallbackParagraphLayout::Reflow()
203{
204 this->buffer = this->buffer_begin;
205}
206
207/**
208 * Construct a new line with a maximum width.

Callers 1

LayouterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected