|
OpenTTD Source 20251116-master-g21329071df
|
Interface to glue fallback and normal layouter into one. More...
#include <gfx_layout.h>
Data Structures | |
| class | Line |
| A single line worth of VisualRuns. More... | |
| class | Position |
| Position of a glyph within a VisualRun. More... | |
| class | VisualRun |
| Visual run contains data about the bit of text with the same font. More... | |
Public Member Functions | |
| virtual void | Reflow ()=0 |
| virtual std::unique_ptr< const Line > | NextLine (int max_width)=0 |
Interface to glue fallback and normal layouter into one.
Definition at line 111 of file gfx_layout.h.
|
pure virtual |
Implemented in FallbackParagraphLayout.
|
pure virtual |
Implemented in FallbackParagraphLayout.