OpenTTD Source
20241108-master-g80f628063a
|
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 107 of file gfx_layout.h.