Flutter Engine
The Flutter Engine
|
#include "../export.h"
#include "../wrappers.h"
#include "third_party/skia/modules/skparagraph/include/Paragraph.h"
Go to the source code of this file.
SKWASM_EXPORT ParagraphStyle * paragraphStyle_create | ( | ) |
Definition at line 12 of file paragraph_style.cpp.
SKWASM_EXPORT void paragraphStyle_dispose | ( | ParagraphStyle * | style | ) |
Definition at line 26 of file paragraph_style.cpp.
SKWASM_EXPORT void paragraphStyle_setApplyRoundingHack | ( | ParagraphStyle * | style, |
bool | applyRoundingHack | ||
) |
Definition at line 82 of file paragraph_style.cpp.
SKWASM_EXPORT void paragraphStyle_setEllipsis | ( | ParagraphStyle * | style, |
SkString * | ellipsis | ||
) |
Definition at line 67 of file paragraph_style.cpp.
SKWASM_EXPORT void paragraphStyle_setHeight | ( | ParagraphStyle * | style, |
SkScalar | height | ||
) |
Definition at line 45 of file paragraph_style.cpp.
SKWASM_EXPORT void paragraphStyle_setMaxLines | ( | ParagraphStyle * | style, |
size_t | maxLines | ||
) |
Definition at line 40 of file paragraph_style.cpp.
SKWASM_EXPORT void paragraphStyle_setStrutStyle | ( | ParagraphStyle * | style, |
StrutStyle * | strutStyle | ||
) |
Definition at line 72 of file paragraph_style.cpp.
SKWASM_EXPORT void paragraphStyle_setTextAlign | ( | ParagraphStyle * | style, |
TextAlign | align | ||
) |
Definition at line 30 of file paragraph_style.cpp.
SKWASM_EXPORT void paragraphStyle_setTextDirection | ( | ParagraphStyle * | style, |
TextDirection | direction | ||
) |
Definition at line 35 of file paragraph_style.cpp.
SKWASM_EXPORT void paragraphStyle_setTextHeightBehavior | ( | ParagraphStyle * | style, |
bool | applyHeightToFirstAscent, | ||
bool | applyHeightToLastDescent | ||
) |
Definition at line 50 of file paragraph_style.cpp.
SKWASM_EXPORT void paragraphStyle_setTextStyle | ( | ParagraphStyle * | style, |
TextStyle * | textStyle | ||
) |
Definition at line 77 of file paragraph_style.cpp.