Function zng::text::ime_underline
source ยท pub fn ime_underline(
child: impl UiNode,
thickness: impl IntoVar<Length>,
style: impl IntoVar<LineStyle>,
) -> impl UiNode
Expand description
P
Style and thickness of the line drawn under the IME preview text.
Sets the IME_UNDERLINE_THICKNESS_VAR
and IME_UNDERLINE_STYLE_VAR
.