glyph_from_name

Function glyph_from_name 

Source
pub(crate) fn glyph_from_name(name: &str) -> Option<Elevated<&'static Glyph>>
Expand description

Convert a Unicode string into Elevated<&'static Glyph>.

Return None if the name of the glyph is not recognised.