pub unsafe extern "C" fn elements_scrollable_text_line(
canvas: *mut Canvas,
x: i32,
y: i32,
width: usize,
string: *mut FuriString,
scroll: usize,
ellipsis: bool,
)Expand description
Draw scrollable text line
ยงArguments
canvas- The canvasx(direction in) - X coordinatey(direction in) - Y coordinatewidth(direction in) - The widthstring- The stringscroll(direction in) - The scroll counter: 0 - no scroll, any other number - scroll. Just count up, everything else will be calculated on the inside.ellipsis(direction in) - The ellipsis flag: true to add ellipse