Flutter Engine
The Flutter Engine
|
#include <TextStyle.h>
Public Member Functions | |
Block ()=default | |
Block (size_t start, size_t end, const TextStyle &style) | |
Block (TextRange textRange, const TextStyle &style) | |
void | add (TextRange tail) |
Public Attributes | |
TextRange | fRange = EMPTY_RANGE |
TextStyle | fStyle |
Definition at line 340 of file TextStyle.h.
|
default |
|
inline |
Definition at line 342 of file TextStyle.h.
Definition at line 343 of file TextStyle.h.
|
inline |
Definition at line 345 of file TextStyle.h.
TextRange skia::textlayout::Block::fRange = EMPTY_RANGE |
Definition at line 350 of file TextStyle.h.
TextStyle skia::textlayout::Block::fStyle |
Definition at line 351 of file TextStyle.h.