Function epaint::text::font::invisible_char
source ยท fn invisible_char(c: char) -> bool
Expand description
Code points that will always be invisible (zero width).
See also FontImpl::ignore_character
.
fn invisible_char(c: char) -> bool
Code points that will always be invisible (zero width).
See also FontImpl::ignore_character
.