Flutter Engine
The Flutter Engine
|
#include <TextShaper.h>
Public Attributes | |
ShapedGlyphs | fGlyphs |
SkPoint | fOrigin |
float | fAdvance |
float | fAscent |
uint32_t | fLineIndex |
bool | fIsWhitespace |
Definition at line 66 of file TextShaper.h.
float skottie::Shaper::Fragment::fAdvance |
Definition at line 71 of file TextShaper.h.
float skottie::Shaper::Fragment::fAscent |
Definition at line 72 of file TextShaper.h.
ShapedGlyphs skottie::Shaper::Fragment::fGlyphs |
Definition at line 67 of file TextShaper.h.
bool skottie::Shaper::Fragment::fIsWhitespace |
Definition at line 74 of file TextShaper.h.
uint32_t skottie::Shaper::Fragment::fLineIndex |
Definition at line 73 of file TextShaper.h.
SkPoint skottie::Shaper::Fragment::fOrigin |
Definition at line 68 of file TextShaper.h.