Flutter Engine
The Flutter Engine
|
#include <TextStyle.h>
Public Member Functions | |
PlaceholderStyle ()=default | |
PlaceholderStyle (SkScalar width, SkScalar height, PlaceholderAlignment alignment, TextBaseline baseline, SkScalar offset) | |
bool | equals (const PlaceholderStyle &) const |
Public Attributes | |
SkScalar | fWidth = 0 |
SkScalar | fHeight = 0 |
PlaceholderAlignment | fAlignment = PlaceholderAlignment::kBaseline |
TextBaseline | fBaseline = TextBaseline::kAlphabetic |
SkScalar | fBaselineOffset = 0 |
Definition at line 124 of file TextStyle.h.
|
default |
|
inline |
Definition at line 126 of file TextStyle.h.
bool skia::textlayout::PlaceholderStyle::equals | ( | const PlaceholderStyle & | other | ) | const |
Definition at line 197 of file TextStyle.cpp.
PlaceholderAlignment skia::textlayout::PlaceholderStyle::fAlignment = PlaceholderAlignment::kBaseline |
Definition at line 138 of file TextStyle.h.
TextBaseline skia::textlayout::PlaceholderStyle::fBaseline = TextBaseline::kAlphabetic |
Definition at line 139 of file TextStyle.h.
SkScalar skia::textlayout::PlaceholderStyle::fBaselineOffset = 0 |
Definition at line 148 of file TextStyle.h.
SkScalar skia::textlayout::PlaceholderStyle::fHeight = 0 |
Definition at line 137 of file TextStyle.h.
SkScalar skia::textlayout::PlaceholderStyle::fWidth = 0 |
Definition at line 136 of file TextStyle.h.