Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
txt::PlaceholderRun Class Reference

#include <placeholder_run.h>

Public Member Functions

 PlaceholderRun ()
 
 PlaceholderRun (double width, double height, PlaceholderAlignment alignment, TextBaseline baseline, double baseline_offset)
 

Public Attributes

double width = 0
 
double height = 0
 
PlaceholderAlignment alignment
 
TextBaseline baseline
 
double baseline_offset = 0
 

Detailed Description

Definition at line 59 of file placeholder_run.h.

Constructor & Destructor Documentation

◆ PlaceholderRun() [1/2]

txt::PlaceholderRun::PlaceholderRun ( )

Definition at line 21 of file placeholder_run.cc.

21{}

◆ PlaceholderRun() [2/2]

txt::PlaceholderRun::PlaceholderRun ( double  width,
double  height,
PlaceholderAlignment  alignment,
TextBaseline  baseline,
double  baseline_offset 
)

Member Data Documentation

◆ alignment

PlaceholderAlignment txt::PlaceholderRun::alignment

Definition at line 64 of file placeholder_run.h.

◆ baseline

TextBaseline txt::PlaceholderRun::baseline

Definition at line 66 of file placeholder_run.h.

◆ baseline_offset

double txt::PlaceholderRun::baseline_offset = 0

Definition at line 76 of file placeholder_run.h.

◆ height

double txt::PlaceholderRun::height = 0

Definition at line 62 of file placeholder_run.h.

◆ width

double txt::PlaceholderRun::width = 0

Definition at line 61 of file placeholder_run.h.


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