pub type Layouts = HashMap<usize, HashMap<usize, Arc<TextLayoutLine>>>;
(Font Size -> (Buffer Line Number -> Text Layout))
pub struct Layouts { /* private fields */ }