|
OpenTTD Source
14.0-beta1
|
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 const std::vector< GlyphID > & | GetGlyphs () const =0 |
| virtual const std::vector< Point > & | GetPositions () const =0 |
| virtual int | GetLeading () const =0 |
| virtual const std::vector< int > & | GetGlyphToCharMap () const =0 |
Visual run contains data about the bit of text with the same font.
Definition at line 94 of file gfx_layout.h.