Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
SkPlainTextEditor::ShapeResult Struct Reference

#include <shape.h>

Public Attributes

sk_sp< SkTextBlobblob
 
std::vector< std::size_t > lineBreakOffsets
 
std::vector< SkRectglyphBounds
 
std::vector< bool > wordBreaks
 
int verticalAdvance
 

Detailed Description

Definition at line 12 of file shape.h.

Member Data Documentation

◆ blob

sk_sp<SkTextBlob> SkPlainTextEditor::ShapeResult::blob

Definition at line 13 of file shape.h.

◆ glyphBounds

std::vector<SkRect> SkPlainTextEditor::ShapeResult::glyphBounds

Definition at line 15 of file shape.h.

◆ lineBreakOffsets

std::vector<std::size_t> SkPlainTextEditor::ShapeResult::lineBreakOffsets

Definition at line 14 of file shape.h.

◆ verticalAdvance

int SkPlainTextEditor::ShapeResult::verticalAdvance

Definition at line 17 of file shape.h.

◆ wordBreaks

std::vector<bool> SkPlainTextEditor::ShapeResult::wordBreaks

Definition at line 16 of file shape.h.


The documentation for this struct was generated from the following file: