pub fn image_text_load_str(chars: &str) -> Mat<char>👎Deprecated
Expand description
Deprecated: this doesn’t really work for non-ASCII unicode, use image_ascii_load
functions instead.
Load a text image from raw string data.
Newlines will be stripped out and the horizontal dimension will be determined by the longest line.