OpenTTD Source  20240919-master-gdf0233f4c2
ParagraphLayouter::VisualRun Class Referenceabstract

Visual run contains data about the bit of text with the same font. More...

#include <gfx_layout.h>

Inheritance diagram for ParagraphLayouter::VisualRun:
CoreTextParagraphLayout::CoreTextVisualRun FallbackParagraphLayout::FallbackVisualRun ICUParagraphLayout::ICUVisualRun UniscribeParagraphLayout::UniscribeVisualRun

Public Member Functions

virtual const FontGetFont () const =0
 
virtual int GetGlyphCount () const =0
 
virtual std::span< const GlyphIDGetGlyphs () const =0
 
virtual std::span< const PositionGetPositions () const =0
 
virtual int GetLeading () const =0
 
virtual std::span< const int > GetGlyphToCharMap () const =0
 

Detailed Description

Visual run contains data about the bit of text with the same font.

Definition at line 107 of file gfx_layout.h.


The documentation for this class was generated from the following file: