Flutter Engine
The Flutter Engine
|
#include <TextShaper.h>
Public Attributes | |
const sk_sp< SkTypeface > & | fTypeface |
SkScalar | fTextSize = 0 |
SkScalar | fMinTextSize = 0 |
SkScalar | fMaxTextSize = 0 |
SkScalar | fLineHeight = 0 |
SkScalar | fLineShift = 0 |
SkScalar | fAscent = 0 |
SkTextUtils::Align | fHAlign = SkTextUtils::kLeft_Align |
VAlign | fVAlign = Shaper::VAlign::kTop |
ResizePolicy | fResize = Shaper::ResizePolicy::kNone |
LinebreakPolicy | fLinebreak = Shaper::LinebreakPolicy::kExplicit |
Direction | fDirection = Shaper::Direction::kLTR |
Capitalization | fCapitalization = Shaper::Capitalization::kNone |
size_t | fMaxLines = 0 |
uint32_t | fFlags = 0 |
const char * | fLocale = nullptr |
const char * | fFontFamily = nullptr |
Definition at line 156 of file TextShaper.h.
SkScalar skottie::Shaper::TextDesc::fAscent = 0 |
Definition at line 163 of file TextShaper.h.
Capitalization skottie::Shaper::TextDesc::fCapitalization = Shaper::Capitalization::kNone |
Definition at line 169 of file TextShaper.h.
Direction skottie::Shaper::TextDesc::fDirection = Shaper::Direction::kLTR |
Definition at line 168 of file TextShaper.h.
uint32_t skottie::Shaper::TextDesc::fFlags = 0 |
Definition at line 171 of file TextShaper.h.
const char* skottie::Shaper::TextDesc::fFontFamily = nullptr |
Definition at line 173 of file TextShaper.h.
SkTextUtils::Align skottie::Shaper::TextDesc::fHAlign = SkTextUtils::kLeft_Align |
Definition at line 164 of file TextShaper.h.
LinebreakPolicy skottie::Shaper::TextDesc::fLinebreak = Shaper::LinebreakPolicy::kExplicit |
Definition at line 167 of file TextShaper.h.
SkScalar skottie::Shaper::TextDesc::fLineHeight = 0 |
Definition at line 161 of file TextShaper.h.
SkScalar skottie::Shaper::TextDesc::fLineShift = 0 |
Definition at line 162 of file TextShaper.h.
const char* skottie::Shaper::TextDesc::fLocale = nullptr |
Definition at line 172 of file TextShaper.h.
size_t skottie::Shaper::TextDesc::fMaxLines = 0 |
Definition at line 170 of file TextShaper.h.
SkScalar skottie::Shaper::TextDesc::fMaxTextSize = 0 |
Definition at line 160 of file TextShaper.h.
SkScalar skottie::Shaper::TextDesc::fMinTextSize = 0 |
Definition at line 159 of file TextShaper.h.
ResizePolicy skottie::Shaper::TextDesc::fResize = Shaper::ResizePolicy::kNone |
Definition at line 166 of file TextShaper.h.
SkScalar skottie::Shaper::TextDesc::fTextSize = 0 |
Definition at line 158 of file TextShaper.h.
const sk_sp<SkTypeface>& skottie::Shaper::TextDesc::fTypeface |
Definition at line 157 of file TextShaper.h.
VAlign skottie::Shaper::TextDesc::fVAlign = Shaper::VAlign::kTop |
Definition at line 165 of file TextShaper.h.