#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 |
Definition at line 47 of file placeholder_run.h.
| txt::PlaceholderRun::PlaceholderRun | ( | ) |
Definition at line 9 of file placeholder_run.cc.
| txt::PlaceholderRun::PlaceholderRun | ( | double | width, |
| double | height, | ||
| PlaceholderAlignment | alignment, | ||
| TextBaseline | baseline, | ||
| double | baseline_offset | ||
| ) |
Definition at line 11 of file placeholder_run.cc.
| PlaceholderAlignment txt::PlaceholderRun::alignment |
Definition at line 52 of file placeholder_run.h.
Referenced by txt::ParagraphBuilderSkia::AddPlaceholder().
| TextBaseline txt::PlaceholderRun::baseline |
Definition at line 54 of file placeholder_run.h.
Referenced by txt::ParagraphBuilderSkia::AddPlaceholder().
| double txt::PlaceholderRun::baseline_offset = 0 |
Definition at line 64 of file placeholder_run.h.
Referenced by txt::ParagraphBuilderSkia::AddPlaceholder().
| double txt::PlaceholderRun::height = 0 |
Definition at line 50 of file placeholder_run.h.
Referenced by txt::ParagraphBuilderSkia::AddPlaceholder().
| double txt::PlaceholderRun::width = 0 |
Definition at line 49 of file placeholder_run.h.
Referenced by txt::ParagraphBuilderSkia::AddPlaceholder().