#include <text_types.h>
Public Attributes | |
| std::unique_ptr< skia::textlayout::Paragraph > | skia_paragraph |
| std::vector< flutter::DlPaint > | paints |
Definition at line 48 of file text_types.h.
| std::vector<flutter::DlPaint> Skwasm::Paragraph::paints |
Definition at line 50 of file text_types.h.
Referenced by canvas_drawParagraph().
| std::unique_ptr<skia::textlayout::Paragraph> Skwasm::Paragraph::skia_paragraph |
Definition at line 49 of file text_types.h.
Referenced by canvas_drawParagraph(), paragraph_getAlphabeticBaseline(), paragraph_getBoxesForPlaceholders(), paragraph_getBoxesForRange(), paragraph_getClosestGlyphInfoAtCoordinate(), paragraph_getDidExceedMaxLines(), paragraph_getGlyphInfoAt(), paragraph_getHeight(), paragraph_getIdeographicBaseline(), paragraph_getLineCount(), paragraph_getLineMetricsAtIndex(), paragraph_getLineNumberAt(), paragraph_getLongestLine(), paragraph_getMaxIntrinsicWidth(), paragraph_getMinIntrinsicWidth(), paragraph_getPositionForOffset(), paragraph_getUnresolvedCodePoints(), paragraph_getWidth(), paragraph_getWordBoundary(), and paragraph_layout().