#include "flutter/skwasm/export.h"#include "flutter/skwasm/text/text_types.h"#include "flutter/skwasm/wrappers.h"#include "third_party/skia/modules/skparagraph/include/Paragraph.h"Go to the source code of this file.
| SKWASM_EXPORT Skwasm::ParagraphStyle * paragraphStyle_create | ( | ) |
Definition at line 10 of file paragraph_style.cc.
| SKWASM_EXPORT void paragraphStyle_dispose | ( | Skwasm::ParagraphStyle * | style | ) |
Definition at line 22 of file paragraph_style.cc.
| SKWASM_EXPORT void paragraphStyle_setApplyRoundingHack | ( | Skwasm::ParagraphStyle * | style, |
| bool | apply_rounding_hack | ||
| ) |
Definition at line 81 of file paragraph_style.cc.
References Skwasm::ParagraphStyle::skia_paragraph_style.
| SKWASM_EXPORT void paragraphStyle_setEllipsis | ( | Skwasm::ParagraphStyle * | style, |
| SkString * | ellipsis | ||
| ) |
Definition at line 65 of file paragraph_style.cc.
References Skwasm::ParagraphStyle::skia_paragraph_style.
| SKWASM_EXPORT void paragraphStyle_setHeight | ( | Skwasm::ParagraphStyle * | style, |
| SkScalar | height | ||
| ) |
Definition at line 43 of file paragraph_style.cc.
References height, and Skwasm::ParagraphStyle::skia_paragraph_style.
| SKWASM_EXPORT void paragraphStyle_setMaxLines | ( | Skwasm::ParagraphStyle * | style, |
| size_t | max_lines | ||
| ) |
Definition at line 38 of file paragraph_style.cc.
References Skwasm::ParagraphStyle::skia_paragraph_style.
| SKWASM_EXPORT void paragraphStyle_setStrutStyle | ( | Skwasm::ParagraphStyle * | style, |
| skia::textlayout::StrutStyle * | strut_style | ||
| ) |
Definition at line 70 of file paragraph_style.cc.
References Skwasm::ParagraphStyle::skia_paragraph_style.
| SKWASM_EXPORT void paragraphStyle_setTextAlign | ( | Skwasm::ParagraphStyle * | style, |
| skia::textlayout::TextAlign | align | ||
| ) |
Definition at line 26 of file paragraph_style.cc.
References Skwasm::ParagraphStyle::skia_paragraph_style.
| SKWASM_EXPORT void paragraphStyle_setTextDirection | ( | Skwasm::ParagraphStyle * | style, |
| skia::textlayout::TextDirection | direction | ||
| ) |
Definition at line 32 of file paragraph_style.cc.
References Skwasm::ParagraphStyle::skia_paragraph_style.
| SKWASM_EXPORT void paragraphStyle_setTextHeightBehavior | ( | Skwasm::ParagraphStyle * | style, |
| bool | apply_height_to_first_ascent, | ||
| bool | apply_height_to_last_descent | ||
| ) |
Definition at line 48 of file paragraph_style.cc.
References Skwasm::ParagraphStyle::skia_paragraph_style.
| SKWASM_EXPORT void paragraphStyle_setTextStyle | ( | Skwasm::ParagraphStyle * | style, |
| Skwasm::TextStyle * | text_style | ||
| ) |
Definition at line 76 of file paragraph_style.cc.
References Skwasm::ParagraphStyle::text_style.