pub unsafe extern "C" fn elements_scrollable_text_line(
    canvas: *mut Canvas,
    x: u8,
    y: u8,
    width: u8,
    string: *mut FuriString,
    scroll: usize,
    ellipsis: bool
)
Expand description

Draw scrollable text line

@param canvas The canvas @param[in] x X coordinate @param[in] y Y coordinate @param[in] width The width @param string The string @param[in] scroll The scroll counter: 0 - no scroll, any other number - scroll. Just count up, everything else will be calculated on the inside. @param[in] ellipsis The ellipsis flag: true to add ellipse