fn _fylweight_generate_display(width: usize, height: usize) -> Display
Expand description
Generate a display area in which to render the big resource.
Parameters
-
width
Width of display area, in characters.
-
height
Height of display area, in characters.
Returns
Returns a new instance of the Display struct, ready for use.