Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
impeller::TextRun::GlyphPosition Struct Reference

#include <text_run.h>

Public Member Functions

 GlyphPosition (Glyph p_glyph, Point p_position)
 

Public Attributes

Glyph glyph
 
Point position
 

Detailed Description

Definition at line 22 of file text_run.h.

Constructor & Destructor Documentation

◆ GlyphPosition()

impeller::TextRun::GlyphPosition::GlyphPosition ( Glyph  p_glyph,
Point  p_position 
)
inline

Definition at line 26 of file text_run.h.

27 : glyph(p_glyph), position(p_position) {}

Member Data Documentation

◆ glyph

Glyph impeller::TextRun::GlyphPosition::glyph

Definition at line 23 of file text_run.h.

◆ position

Point impeller::TextRun::GlyphPosition::position

Definition at line 24 of file text_run.h.


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