|
OpenTTD Source 20251116-master-g21329071df
|
Visual run contains data about the bit of text with the same font. More...
#include <gfx_layout.h>
Public Member Functions | |
| virtual const Font * | GetFont () const =0 |
| virtual int | GetGlyphCount () const =0 |
| virtual std::span< const GlyphID > | GetGlyphs () const =0 |
| virtual std::span< const Position > | GetPositions () const =0 |
| virtual int | GetLeading () const =0 |
| virtual std::span< const int > | GetGlyphToCharMap () const =0 |
Visual run contains data about the bit of text with the same font.
Definition at line 129 of file gfx_layout.h.