pub(crate) fn glyph_from_name(name: &str) -> Option<Elevated<&'static Glyph>>
Convert a Unicode string into Elevated<&'static Glyph>.
Elevated<&'static Glyph>
Return None if the name of the glyph is not recognised.
None