Skip to main content

fill_line

Function fill_line 

Source
pub fn fill_line(width: u16, fill: &Cell) -> Line
Expand description

Create a new line of the given width filled with fill. Wide fills (fill.width() > 1) lay down primary + continuation pairs; any trailing slot too narrow to fit another pair is a plain blank.