OpenTTD
|
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 GlyphID * | GetGlyphs () const =0 |
virtual const float * | GetPositions () const =0 |
virtual int | GetLeading () const =0 |
virtual const int * | GetGlyphToCharMap () const =0 |
Visual run contains data about the bit of text with the same font.
Definition at line 108 of file gfx_layout.h.