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