fn should_cache_each_paragraph_individually(job: &LayoutJob) -> bool
Expand description
If true, lay out and cache each paragraph (sections separated by newlines) individually.
This makes it much faster to re-layout the full text when only a portion of it has changed since last frame, i.e. when editing somewhere in a file with thousands of lines/paragraphs.