Flutter Engine
 
Loading...
Searching...
No Matches
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 47 of file placeholder_run.h.

Constructor & Destructor Documentation

◆ PlaceholderRun() [1/2]

txt::PlaceholderRun::PlaceholderRun ( )

Definition at line 9 of file placeholder_run.cc.

9{}

◆ 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 52 of file placeholder_run.h.

Referenced by txt::ParagraphBuilderSkia::AddPlaceholder().

◆ baseline

TextBaseline txt::PlaceholderRun::baseline

Definition at line 54 of file placeholder_run.h.

Referenced by txt::ParagraphBuilderSkia::AddPlaceholder().

◆ baseline_offset

double txt::PlaceholderRun::baseline_offset = 0

Definition at line 64 of file placeholder_run.h.

Referenced by txt::ParagraphBuilderSkia::AddPlaceholder().

◆ height

double txt::PlaceholderRun::height = 0

Definition at line 50 of file placeholder_run.h.

Referenced by txt::ParagraphBuilderSkia::AddPlaceholder().

◆ width

double txt::PlaceholderRun::width = 0

Definition at line 49 of file placeholder_run.h.

Referenced by txt::ParagraphBuilderSkia::AddPlaceholder().


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