Skip to main content

glyph

Function glyph 

Source
pub const fn glyph(pattern: u8) -> char
Expand description

The glyph for pattern, a bitmask of the eight DOT_* constants (or values from DOTS) OR’d together.

Every value of pattern maps to a valid glyph: U+2800..=U+28FF contains no surrogate code points, so this never falls back to a placeholder.