pub fn double_quote_show_string(
text_state: &mut TextState,
word_spacing: f64,
char_spacing: f64,
string_bytes: &[u8],
get_width: &dyn Fn(u32) -> f64,
) -> Vec<RawChar>Expand description
" (double quote) operator: set spacing, move to next line, and show a string.
Equivalent to: aw Tw, ac Tc, then string '.