OpenTTD Source
20241108-master-g80f628063a
|
Handling of laying out text as fallback. More...
#include "stdafx.h"
#include "gfx_layout_fallback.h"
#include "string_func.h"
#include "zoom_func.h"
#include "table/control_codes.h"
#include "safeguards.h"
Go to the source code of this file.
Data Structures | |
class | FallbackParagraphLayout |
Class handling the splitting of a paragraph of text into lines and visual runs. More... | |
class | FallbackParagraphLayout::FallbackVisualRun |
Visual run contains data about the bit of text with the same font. More... | |
class | FallbackParagraphLayout::FallbackLine |
A single line worth of VisualRuns. More... | |
Handling of laying out text as fallback.
Definition in file gfx_layout_fallback.cpp.