Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Functions | |
SKWASM_EXPORT StrutStyle * | strutStyle_create () |
SKWASM_EXPORT void | strutStyle_dispose (StrutStyle *style) |
SKWASM_EXPORT void | strutStyle_setFontFamilies (StrutStyle *style, SkString **fontFamilies, int count) |
SKWASM_EXPORT void | strutStyle_setFontSize (StrutStyle *style, SkScalar fontSize) |
SKWASM_EXPORT void | strutStyle_setHeight (StrutStyle *style, SkScalar height) |
SKWASM_EXPORT void | strutStyle_setHalfLeading (StrutStyle *style, bool halfLeading) |
SKWASM_EXPORT void | strutStyle_setLeading (StrutStyle *style, SkScalar leading) |
SKWASM_EXPORT void | strutStyle_setFontStyle (StrutStyle *style, int weight, SkFontStyle::Slant slant) |
SKWASM_EXPORT void | strutStyle_setForceStrutHeight (StrutStyle *style, bool forceStrutHeight) |
SKWASM_EXPORT StrutStyle * strutStyle_create | ( | ) |
Definition at line 10 of file strut_style.cpp.
SKWASM_EXPORT void strutStyle_dispose | ( | StrutStyle * | style | ) |
Definition at line 16 of file strut_style.cpp.
SKWASM_EXPORT void strutStyle_setFontFamilies | ( | StrutStyle * | style, |
SkString ** | fontFamilies, | ||
int | count | ||
) |
Definition at line 20 of file strut_style.cpp.
SKWASM_EXPORT void strutStyle_setFontSize | ( | StrutStyle * | style, |
SkScalar | fontSize | ||
) |
Definition at line 31 of file strut_style.cpp.
SKWASM_EXPORT void strutStyle_setFontStyle | ( | StrutStyle * | style, |
int | weight, | ||
SkFontStyle::Slant | slant | ||
) |
Definition at line 50 of file strut_style.cpp.
SKWASM_EXPORT void strutStyle_setForceStrutHeight | ( | StrutStyle * | style, |
bool | forceStrutHeight | ||
) |
Definition at line 56 of file strut_style.cpp.
SKWASM_EXPORT void strutStyle_setHalfLeading | ( | StrutStyle * | style, |
bool | halfLeading | ||
) |
Definition at line 41 of file strut_style.cpp.
SKWASM_EXPORT void strutStyle_setHeight | ( | StrutStyle * | style, |
SkScalar | height | ||
) |
Definition at line 36 of file strut_style.cpp.
SKWASM_EXPORT void strutStyle_setLeading | ( | StrutStyle * | style, |
SkScalar | leading | ||
) |
Definition at line 46 of file strut_style.cpp.