fn underline(
    x: f32,
    y: f32,
    width: f32,
    height: f32,
    thickness: f32,
    color: Rgb
) -> CursorRects 
Expand description

Create an iterator yielding a single underline rect.